curl --request DELETE \
--url https://api.thundercompute.com:8443/v1/snapshots/{id} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{}'{
"message": "Snapshot deleted successfully"
}Delete a snapshot by ID
curl --request DELETE \
--url https://api.thundercompute.com:8443/v1/snapshots/{id} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{}'{
"message": "Snapshot deleted successfully"
}Documentation Index
Fetch the complete documentation index at: https://www.thundercompute.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token authentication. Provide your API token prefixed with "Bearer ", e.g. "Bearer your-api-token".
Snapshot ID
The body is of type object.
OK
"Snapshot deleted successfully"
Was this page helpful?