DELETE
/
vm
/
{vm_id}
Destroy the VM
curl --request DELETE \
  --url https://api.cloud.onidel.com/vm/{vm_id} \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

Provide the value as: Token <your-api-token>

Path Parameters

vm_id
string<uuid>
required

VM UUID that need to be considered for filter

Response

Successful operation