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