Skip to main content
POST
/
compute
/
containers
/
instance
/
stop
Stop container instance
curl --request POST \
  --url https://api.quiva.ai/compute/containers/instance/stop \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "subject": "ms.compute.my-namespace.container.123456789.instance.abc123"
}
'
{
  "error": "Invalid request parameters"
}

Authorizations

Authorization
string
header
required

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

Body

application/json

Container instance stop request

subject
string

The subject identifier for the resource

type
string

The type of request

Response