Application Details
View and manage your deployed applications.
The application detail page shows everything about a deployed application.
Accessing app details
- Go to Apps in the sidebar.
- Click on any application.
Information displayed
| Field | Description |
|---|---|
| Status | Current deployment status |
| URL | Your application's live URL |
| Repository | GitHub repository and branch |
| Commit | The Git commit SHA deployed |
| Build Method | Dockerfile, Buildpack, or Existing image |
| CPU / Memory | Allocated resources |
| Replicas | Number of running instances |
| Custom Domain | Assigned custom domain (if any) |
Deployment status
| Status | Meaning |
|---|---|
| Pending | Deployment accepted, waiting to start |
| Building | Container image is being built |
| Deploying | Image built, deploying to cluster |
| Deployed | Application is live and healthy |
| Failed | Build or deployment failed |
| Superseded | Replaced by a newer deployment |
| Cancelled | Cancelled by user or platform |
Actions
From the app detail page:
- View logs — build and deployment logs with live streaming during active deployments
- Open — click the URL to open your app in a new tab
- Edit — update environment variables, resources, port, or health check settings in place
- Redeploy — create a new deployment with updated settings
- Cancel — cancel a pending or in-progress deployment
Metrics and logs
Click Observability in the sidebar to open your workspace's Grafana for metrics and logs.
Activity timeline
Click Audit in the sidebar to see the full event history for this app and workspace.