Managing Deployments
Once your app is deployed, you can manage it from the Apps > Deployed tab.
The Deployed Tab
The deployed tab shows all active deployments with:
- Status indicator — Color-coded dot showing current state
- Name and app ID
- Image tag — The container image version
- Replicas — Ready/total instance count
- Hostname — The public URL
- Created date
Status Indicators
| Status | Description |
|---|---|
| Running | App is live and healthy |
| Deploying | Starting up (animated indicator) |
| Updating | Rolling update in progress (animated) |
| Pending | Waiting for resources (animated) |
| Stopped | Manually stopped |
| Failed | Error occurred |
| Deleting | Being removed (animated) |
The page auto-refreshes every 5 seconds when deployments are in a transient state (deploying, updating, pending, deleting).
Deployment Detail
Click a deployment to open its detail page. From here you can:
Update the Image
Enter a new image tag and click Update to trigger a rolling update.
Edit Configuration
Modify these settings and click Save Changes:
- Port and replicas
- Resource preset (Starter, Standard, Performance, Heavy, Custom)
- Access control — Auth mode and minimum role
- Allowed/denied users — Restrict access to specific members
- Environment variables — Add, edit, or remove variables
View Container Logs
Toggle the logs panel to see real-time container output. Choose the number of tail lines (100, 200, 500, or 1000) and click refresh to get the latest logs.
TIP
Container logs show real-time output. For historical log querying and search, use Insights > Logs.
Deployment Lifecycle
| Action | Effect |
|---|---|
| Start | Resumes a stopped deployment |
| Stop | Gracefully stops all replicas |
| Redeploy | Restarts with the current configuration |
| Delete | Permanently removes the deployment (requires confirmation) |
Next Steps
- Explore Insights to query historical logs and traces
- Build a dashboard to visualize deployment metrics