DeploymentResponse
June 3, 2026 ยท View on GitHub
Fields
| Field | Type | Required | Description |
|---|---|---|---|
id | str | :heavy_check_mark: | Unique identifier of the deployment |
name | str | :heavy_check_mark: | Deployment name |
is_active | bool | :heavy_check_mark: | Whether at least one worker is currently live |
is_hardened | Optional[bool] | :heavy_minus_sign: | Whether the deployment has at least one authorized credential |
created_at | date | :heavy_check_mark: | When the deployment was first registered |
updated_at | date | :heavy_check_mark: | When the deployment was last updated |
location | OptionalNullable[models.DeploymentLocation] | :heavy_minus_sign: | Where the deployment is running |