Skip to main content
PUT
/
v1
/
projects
/
{projectId}
/
disk
/
{id}
/
detach
Detach a disk from a virtual machine
curl --request PUT \
  --url https://rest.compute.cudo.org/v1/projects/{projectId}/disk/{id}/detach \
  --header 'Authorization: <api-key>'
{}

Authorizations

Authorization
string
header
required

Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>

Path Parameters

projectId
string
required
id
string
required

Response

A successful response.

The response is of type object.