---
title: "Get deployment status"
method: GET
path: "/v1/container-deployments/{deployment_name}/status"
tags: ["Serverless Containers"]
---

# Get deployment status

`GET /v1/container-deployments/{deployment_name}/status`

## Path parameters

- `deployment_name` string, required

## Response `200`

- GetDeploymentStatusResponseDto
  - `status` 'initializing' | 'healthy' | 'degraded' | 'unhealthy' | 'paused' | 'quota_reached' | 'image_pulling' | 'updating' | 'terminating', required — Status of the deployment

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/datacrunch/apis/verda-cloud-public-api.md) · [All operations](https://skmtc.net/datacrunch/apis/verda-cloud-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/datacrunch/verda-cloud-public-api/revisions/0d66c7340876/schema)
