cURL
curl --request POST \ --url https://api.thundercompute.com:8443/v1/snapshots/create \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "message": "<string>" }
Create a new snapshot from a running instance
Bearer token authentication. Provide your API token prefixed with "Bearer ", e.g. "Bearer your-api-token".
Snapshot creation request
The body is of type object.
object
Accepted
Was this page helpful?