curl --request POST \
--url https://api.thundercompute.com:8443/v1/snapshots/create \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{}'{
"message": "<string>"
}Create a new snapshot from a running instance
curl --request POST \
--url https://api.thundercompute.com:8443/v1/snapshots/create \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{}'{
"message": "<string>"
}Was this page helpful?