Skip to main content
POST
/
v1
/
containers
/
{id}
/
shell
generate container shell URL path
curl --request POST \
  --url https://console.gmicloud.ai/api/v1/containers/{id}/shell \
  --header 'Authorization: Bearer <token>'
{
"urlPath": "<string>"
}

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

urlPath
string<uri-reference>
required