containers

Update container

put/v1/containers/{id}

Path parameters

idstring uuid required

Request body

argsstring[]

Optional container command arguments

commandstring

Optional container start command

namestring required
sshKeyIdListstring[]
templateIdstring uuid required

template id

Example request

{
  "envs": [
    {
      "name": "access_token",
      "value": "kalsk113=="
    }
  ]
}

Response

successful

idstring uuid

Changes