Skip to main content
GET
Get container info by ID

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Response

successful

reason
string
required

reason of container status

status
enum<string>
required
Available options:
unknown,
creating,
running,
terminating,
stopped,
error,
zombie
storages
object[]
required
Example:
idc
string
required
Maximum string length: 50
Pattern: ^[a-zA-Z0-9._-]+$
product
string
required
Maximum string length: 256
Pattern: ^[a-zA-Z0-9._-]+$
name
string
required
Maximum string length: 255
Pattern: ^([A-Za-z0-9][A-Za-z0-9_\-. ]*)?[A-Za-z0-9]$
Example:

"LLM training"

templateId
string<uuid>
required

template id

createdAt
string<date-time>
eipAddress
string
eipId
string<uuid>
firewalls
string<uuid>[]
id
string<uuid>
inboundIP
object
modifiedAt
string<date-time>
orgId
string<uuid>
outboundIP
object
publicIP
object
args
string[]

Optional container command arguments

command
string
default:""

Optional container start command

envs
object[]
Example:
ports
object[]
sshKeyIdList
string<uuid>[]

The list of SSH key IDs to use in the container