Skip to main content
PATCH
Resize Volume
Updated May 8, 2026

Authorizations

X-API-Key
string
header
required

API key for authentication. Each key is bound to a specific account.

Headers

X-Project-ID
string<uuid>
required

Project ID. Required for all mutating operations (create, delete, power actions, resize).

Path Parameters

id
integer
required

Volume ID

Body

application/json
new_size
integer
required

New volume size in GB. Must be larger than current size.

Required range: x >= 1

Response

Volume resized

success
boolean
Example:

true

message
string
id
string

Resource ID.

billing
object

Present only for subscription-based resources.

Last modified on May 8, 2026