Authorizations
Path Parameters
Your organization name. This identifies the billing context for the API operation and represents a security boundary for SaladCloud resources. The organization must be created before using the API, and you must be a member of the organization.
2 - 63
"acme-corp"
Your project name. This represents a collection of related SaladCloud resources. The project must be created before using the API.
2 - 63
"dev-env"
The unique container group name
2 - 63
"mandlebrot"
The unique container group instance identifier
"db3a4591-efc3-46c0-b06a-3d820c0ec100"
Body
Represents a request to update a container group instance
The cost of deleting the container group instance
0 <= x <= 100000
Response
OK
A Container Group Instance represents a running instance of a container group on a specific machine. It provides information about the execution state, readiness, and version of the deployed container group.
The container group instance identifier.
"db3a4591-efc3-46c0-b06a-3d820c0ec100"
The container group machine identifier.
"eb3a4591-efc3-46c0-b06a-3d820c0ec100"
The state of the container group instance
allocating
, downloading
, creating
, running
, stopping
The UTC timestamp when the container group instance last changed its state. This helps track the lifecycle and state transitions of the instance.
The version of the container group definition currently running on this instance. Used to track deployment and update progress across the container group fleet.
1 <= x <= 2147483647
Indicates whether the container group instance is currently passing its readiness checks and is able to receive traffic or perform its intended function. If no readiness probe is defined, this will be true once the instance is fully started.
Indicates whether the container group instance has successfully completed its startup sequence and passed any configured startup probes. This will always be true when no startup probe is defined for the container group.
The cost of deleting the container group instance
0 <= x <= 100000