Get Container Group Instance
Gets a container group instance
Last Updated: July 1, 2025Documentation Index
Fetch the complete documentation index at: https://docs.salad.com/llms.txt
Use this file to discover all available pages before exploring further.
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. The organization name.
2 - 63^[a-z][a-z0-9-]{0,61}[a-z0-9]$"acme-corp"
Your project name. This represents a collection of related SaladCloud resources. The project must be created before using the API. The project name.
2 - 63^[a-z][a-z0-9-]{0,61}[a-z0-9]$"dev-env"
The unique container group name The container group name.
2 - 63^[a-z][a-z0-9-]{0,61}[a-z0-9]$"mandlebrot"
The unique container group instance identifier The container group instance identifier.
"db3a4591-efc3-46c0-b06a-3d820c0ec100"
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 <= 2147483647The percentage of CPU used by this container group instance. This is updated every minute.
x >= 0The total CPU usage in seconds for this container group instance. This is updated every minute.
x >= 0The total CPU usage in seconds for this container group instance since it was started. This is updated every minute.
x >= 0The cost of deleting the container group instance
0 <= x <= 100000The memory usage in MB for this container group instance. This is updated every minute.
x >= 0The percentage of memory used by this container group instance. This is updated every minute.
x >= 0The progress percentage of pulling the container image. This is only relevant when the instance state is 'downloading'.
0 <= x <= 100Indicates 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.
The SSH host key fingerprint of the container group instance
1 - 256"SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8"
The SSH IP address of the container group instance
"192.168.1.100"
The SSH port of the container group instance
1 <= x <= 65535Indicates 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.