cURL
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, "mode": "<string>" }'
{ "identifier": "<string>", "instance_name": "<string>" }
Modify the configuration of a compute instance.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1
OK
The response is of type object.
object
Was this page helpful?