POST
/
instances
/
{instance_id}
/
modify
curl --request POST \
  --url https://api.thundercompute.com:8443/instances/{instance_id}/modify \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "cpu_cores": 123,
  "gpu_type": "<string>",
  "num_gpus": 123,
  "disk_size_gb": 123
}'
{
  "identifier": "<string>",
  "instance_name": "<string>"
}

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

200
application/json

OK

The response is of type object.