Skip to main content
PATCH
Update Disk
Update a disk’s size. Size should be specified in GiB or TiB format (e.g., “10GiB”).

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

projectId
string<uuid>
required

Project id

id
string<uuid>
required

Disk id

Body

application/json
size
string<[Size][GiB|TiB]>
required

New disk size in gibibytes (GiB) or tebibytes (TiB) in the format [Size][GiB|TiB]

Response

200 - application/json
operation
object
required