curl --request POST \ --url https://rest.compute.cudo.org/v1/projects/{projectId}/vms/{id}/terminate \ --header 'Authorization: <api-key>'
Copy
Ask AI
{}
Virtual machines
Delete a virtual machine
Permanently deletes a virtual machine. All data on the virtual machine’s boot disk will be lost. Any attached storage disks will be detached but not deleted.
POST
/
v1
/
projects
/
{projectId}
/
vms
/
{id}
/
terminate
Delete a virtual machine
Copy
Ask AI
curl --request POST \ --url https://rest.compute.cudo.org/v1/projects/{projectId}/vms/{id}/terminate \ --header 'Authorization: <api-key>'