cURL
curl --request POST \ --url api.thundercompute.com:///8443/v1/snapshots/create \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "instanceId": "<string>", "name": "<string>" } '
{ "message": "<string>" }
Create a new snapshot from a running instance
Snapshot creation request
Accepted
Was this page helpful?