Skip to main content
DELETE
/
v1
/
containers
/
{id}
shutdown workload
curl --request DELETE \
  --url https://console.gmicloud.ai/api/v1/containers/{id} \
  --header 'Authorization: Bearer <token>'
{
"result": "container 12345678-1234-2234-3234-xxxxxxxxxxxxxx has been restarted"
}

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

An action completed successfully

result
string
required