cURL
curl --request POST \ --url https://api.thundercompute.com:8443/instances/snapshot \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "instance_name": "<string>" } '
{ "message": "<string>" }
Create a snapshot of a compute instance.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Snapshot name
Instance name
Accepted
Status message
Was this page helpful?