Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 2.9 KB

File metadata and controls

14 lines (11 loc) · 2.9 KB

DeploymentResponse

Fields

Field Type Required Description
id str ✔️ Unique identifier of the deployment
name str ✔️ Deployment name
is_active bool ✔️ Whether at least one worker is currently live
is_hardened Optional[bool] Whether the deployment has at least one authorized credential
created_at date ✔️ When the deployment was first registered
updated_at date ✔️ When the deployment was last updated
location OptionalNullable[models.DeploymentLocation] Where the deployment is running