Skip to Content
AppsVibe Coding8. Check deployment status

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

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.

Deployments list showing status badges and deployment type badges

Read the status badge

StatusMeaning
ProvisioningThe deployment is being set up (shown with a spinner)
ReadyThe deployment is live and healthy
DegradedThe deployment is live but something needs attention
StoppingThe deployment is shutting down
StoppedThe deployment is shut down
FailedThe 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
Deployment detail view with sidebar sections: Overview, Monitoring, Runtime, Access, Configure
ℹ️

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.