cURL
curl --request DELETE \ --url https://api.nova-cloud.ai/vms/{vm_id} \ --header 'Authorization: Bearer <token>'
Permanently destroy a virtual machine. All data will be lost. This action is irreversible.
Use a JWT access token or API key (prefixed with nv_)
VM destruction initiated