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
Snapshot creation request
The body is of type object.
object
Accepted
Was this page helpful?