Listing Deployments
View all your deployed models to understand your current production environment:Organizing Apps with Tags
You can assign custom tags to your apps from the fal dashboard to keep your app list organized. Tags are visual labels — use them to group apps by team, project, model type, or any category that fits your workflow, then filter the app listing to quickly find what you need.Tags are managed entirely through the dashboard UI — they don’t isolate secrets, affect routing, or change app behavior. If you need isolated deployment stages (dev, staging, production) with separate secrets and endpoints, use Environments instead.
Managing Versions
Viewing Model Revisions
Each deployment creates a new revision. List all revisions for a specific model:Switching Between Revisions
If you need to roll back to a previous model version or switch to a different revision:Scaling Deployments
After deployment, you can adjust scaling parameters without redeploying:Monitoring Health
Basic Health Checks
Monitor your model’s health and performance using the fal dashboard, or check active runners:For detailed performance monitoring, metrics collection, and alerting strategies, see Monitor Performance.