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" |