Deployment lifecycle
The dashboard shows three statuses during initial deployment:
| Status | Description |
|---|
| Deploying | Image is being pulled and the enclave is booting |
| Running | Container is live and serving traffic |
| Failed | Something went wrong — check your config and Docker image |
The dashboard polls for status updates automatically.
For updating a running container, rolling back, canceling an in-progress update, or recovering from a failed update, see Updating & lifecycle.
Deleting a container
Click Delete on a container to permanently remove it. This:
- Stops the running enclave
- Cancels any in-progress update
- Deletes the container’s secret bindings
- Removes the container from your org
Deletion is irreversible. The container’s configuration, secret bindings,
and environment variables are permanently removed.