curl --request POST \
--url https://api.thundercompute.com:8443/v1/instances/{id}/delete \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{}'{
"message": "Success"
}Delete a compute instance by ID
curl --request POST \
--url https://api.thundercompute.com:8443/v1/instances/{id}/delete \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{}'{
"message": "Success"
}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.
Was this page helpful?