Skip to main content
POST
/
snapshots
/
create
Create a snapshot
curl --request POST \
  --url https://api.thundercompute.com:8443/v1/snapshots/create \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Provide your API token prefixed with "Bearer ", e.g. "Bearer your-api-token".

Body

application/json

Snapshot creation request

The body is of type object.

Response

Accepted

message
string
required