POST
/
instances
/
{instance_id}
/
down
curl --request POST \
  --url https://api.thundercompute.com:8443/instances/{instance_id}/down \
  --header 'Authorization: Bearer <token>'
{
  "code": 123,
  "status": "<string>",
  "message": "<string>",
  "errors": {}
}

Authorizations

Authorization
string
header
required

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

Path Parameters

instance_id
string
required
Minimum length: 1

Response

default - application/json

Default error response

The response is of type object.