Skip to main content
POST
/
snapshots
/
create
Create a snapshot
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>"
}

Authorizations

Authorization
string
header
required

Body

application/json

Snapshot creation request

instanceId
string
required
name
string
required

Response

Accepted

message
string