Skip to main content
PUT
Update container

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

Body

application/json
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

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

Response

successful

id
string<uuid>