Check deployment status
By the end of this page you will know where to check on a deployed app and what each status means.
Prerequisites
- An app published at least once (Publish to production).
Steps
Open Deployments
In your project sidebar, click Deployments. This lists every deployment in the project — including apps published from Vibe Code — as cards showing a status badge and deployment type.
Read the status badge
| Status | Meaning |
|---|---|
| Provisioning | The deployment is being set up (shown with a spinner) |
| Ready | The deployment is live and healthy |
| Degraded | The deployment is live but something needs attention |
| Stopping | The deployment is shutting down |
| Stopped | The deployment is shut down |
| Failed | The deployment failed to provision or update |
Each deployment also shows a type badge — for example, Web App for a Vibe Code web app.
Open the deployment detail view
Click a deployment to open its full-screen detail view. It redirects to the Dashboard by default, with a sidebar grouped into sections:
- Overview — Dashboard, Versions
- Monitoring — Observability, and Logs (only shown if your app has a user-facing UI)
- Runtime — Systems, Agents, Executions, Schedules, Triggers, Conversations (only shown for agent-backed deployments)
- Access — API Keys, and Embed (Copilot deployments only)
- Configure — Settings
Which sidebar sections appear depends on your deployment’s type — a plain web app won’t show the Runtime section, since that applies to agent- or MAS-backed deployments.
Common issues
- Deployment stuck on Provisioning — Give it a few minutes; if it doesn’t clear, check Logs (if available) or contact support.
- Status shows Degraded — Check Observability and Logs for the specific issue before redeploying.
- Can’t find Logs — Logs only appear for deployments with a user-facing UI; agent-only deployments won’t show this section.