Skip to main content
POST
/
instances
/
{id}
/
modify
Modify instance
curl --request POST \
  --url https://api.thundercompute.com:8443/v1/instances/{id}/modify \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "identifier": "<string>",
  "instance_name": "<string>",
  "gpu_type": "<string>",
  "mode": "<string>",
  "num_gpus": 123
}

Documentation Index

Fetch the complete documentation index at: https://www.thundercompute.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer token authentication. Provide your API token prefixed with "Bearer ", e.g. "Bearer your-api-token".

Path Parameters

id
string
required

Instance ID (index)

Body

application/json

Instance modification parameters

The body is of type object.

Response

OK

identifier
string
required
instance_name
string
required
gpu_type
string
mode
string
num_gpus
integer