curl --request POST \
--url https://api.thundercompute.com:8443/v1/instances/create \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{}'{
"identifier": 123,
"key": "<string>",
"uuid": "<string>"
}Create a new compute instance
curl --request POST \
--url https://api.thundercompute.com:8443/v1/instances/create \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{}'{
"identifier": 123,
"key": "<string>",
"uuid": "<string>"
}Bearer token authentication. Provide your API token prefixed with "Bearer ", e.g. "Bearer your-api-token".
Instance creation parameters
The body is of type object.
Was this page helpful?