POST
/
instances
/
{instance_id}
/
resize
curl --request POST \
  --url https://api.thundercompute.com:8443/instances/{instance_id}/resize \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "requested_size": 123
}'
{
  "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

Body

application/json

Response

422
application/json

Unprocessable Entity

The response is of type object.