Skip to main content
PATCH
/
storage
/
disks
/
{disk_uuid}
Modify Disk Info
curl --request PATCH \
  --url https://api.tenbytecloud.com/v1/storage/disks/{disk_uuid} \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --header 'apikey: <api-key>' \
  --data billing_account_id=123 \
  --data 'display_name=<string>' \
  --data read_only_bootable=true
{
  "uuid": "05a61876-86f3-4b05-b0ec-53ee6fa03ced",
  "display_name": "Web server backup"
}

Authorizations

apikey
string
header
required

Path Parameters

disk_uuid
string
required

Defines which disk to modify

Body

application/x-www-form-urlencoded
billing_account_id
integer
display_name
string
read_only_bootable
boolean

Response

200 - application/json

Updated disk

The response is of type object.