cURL
curl --request DELETE \ --url https://api.raffcomputing.com/api/v1/vms/{id} \ --header 'X-API-Key: <api-key>' \ --header 'X-Project-ID: <x-project-id>'
{ "success": true, "message": "Operation completed successfully" }
Permanently delete a virtual machine and release all associated resources.
API key for authentication. Each key is bound to a specific account.
Project ID. Required for all mutating operations (create, delete, power actions, resize).
VM ID (UUID)
VM deleted successfully
true
"Operation completed successfully"