POST
/
instances
/
snapshot
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>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

202
application/json

Accepted

The response is of type object.