cURL
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
Instance creation parameters
The body is of type object.
object
Created
Was this page helpful?