Get a Deployment
Path parameters
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
The time when the Deployment was created in UTC, formatted as YYYY-MM-DDTHH:MM:SSZ
.
Whether the Deployment requires that all deploys are made through CI/CD.
Deprecated: runtimeVersion has been replaced with astroRuntimeVersion
The memory limit for the Deployment’s scheduler. Units in Gibibytes or Gi
.
The time when the Deployment was last updated in UTC, formatted as YYYY-MM-DDTHH:MM:SSZ
.
The memory limit for the Deployment’s webserver. Units in Gibibytes or Gi
.
The default memory resource usage for a worker Pod when running the Kubernetes executor or KubernetesPodOperator. Units are in Gi
. This value must always be twice the value of DefaultTaskPodCpu
.
The Deployment’s expected DAG tarball version after a currently processing deploy completes. This value is updated when a user triggers a DAG-only deploy to indicate that the Deployment is expecting a new DAG tarball version. If no deploys are currently processing, this value should be the same as DagTarballVersion.
If true, deployment will be able to use development-only features, such as hibernation, but will not have guaranteed uptime SLAs
Whether the Deployment has high availability (HA) enabled. If true
, multiple scheduler Pods will run at once.
The memory quota for worker Pods when running the Kubernetes executor or KubernetesPodOperator. If current memory usage across all workers exceeds the quota, no new worker Pods can be scheduled. Units are in Gi
. This value must always be twice the value of ResourceQuotaCpu
.
The number of Astronomer units (AU) for the Deployment’s scheduler. Applies only to Deployments hosted on Hybrid clusters.