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

## Changes

- **2026-08-14** `1caff0eb503d` — 1 warning, 1 info
  - added the new `updating` enum value to the `status` response property for the response status `200`
  - removed the `version_updating` enum value from the `status` response property for the response status `200`

[Change history](https://skmtc.dev/datacrunch/apis/verda-cloud-public-api/changes/v1/container-deployments/:deployment_name/status/get.md)

---

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