Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 731 Bytes

File metadata and controls

23 lines (17 loc) · 731 Bytes

LiveDeploymentState

The operational state of a live deployment.

Value Description
ACTIVE The deployment is active. It may have zero replicas due to autoscaling and still not be ready.
STARTING The deployment is starting up.
DEGRADED At least one replica is ready, but not all replicas are healthy.
DISABLED The deployment is disabled.
FAILED The deployment has failed. No healthy replicas are available.
Value
"ACTIVE"
"STARTING"
"DEGRADED"
"DISABLED"
"FAILED"

[Back to Model list] [Back to API list] [Back to README]