Skip to main content
POST
/
instances
/
snapshot
Create instance 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
name
string
required

Snapshot name

instance_name
string
required

Instance name

Response

Accepted

message
string

Status message

I