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

Authorizations

Authorization
string
header
required

API key authentication. API keys should be passed using the format Bearer API_KEY.

Path Parameters

projectId
string
required
id
string
required

Query Parameters

vmId
string

Response

A successful response.

The response is of type object.