Skip to main content
POST
/
instances
/
create
Create 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>"
}

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".

Body

application/json

Instance creation parameters

The body is of type object.

Response

Created

identifier
integer
required
key
string
required
uuid
string
required