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"
}

Changes