latestOpenAPI 3.1.02026-08-23100133183.1 KB

0d66c7340876

Serverless Containers

Get deployment status

get/v1/container-deployments/{deployment_name}/status

Path parameters

deployment_namestring required
Example:my-deployment

Name of the deployment

Response

status'initializing' | 'healthy' | 'degraded' | 'unhealthy' | 'paused' | 'quota_reached' | 'image_pulling' | 'updating' | 'terminating' required

Status of the deployment

Example response

{
  "status": "healthy"
}