Represents the current operational state of a container group within the Salad platform.
Properties
Name | Type | Required | Description |
---|---|---|---|
PENDING | string | ✅ | "pending" |
RUNNING | string | ✅ | "running" |
STOPPED | string | ✅ | "stopped" |
SUCCEEDED | string | ✅ | "succeeded" |
FAILED | string | ✅ | "failed" |
DEPLOYING | string | ✅ | "deploying" |