Skip to main content
PUT
Expand Instance Rootfs

Headers

Content-Type
string
required

Allowed value: application/json.

Authorization
string
required

Bearer authentication format, e.g.: Bearer {{API_KEY}}.

Path Parameters

instance_id
string
required

Instance ID. String, length: 1-255 characters.

Body

application/json
rootfs_size_expand_gb
integer
required

Increment to add to the root disk. Not the target size. Integer, value > 0. Unit: GB.

Example:

20

Response

200 - application/json

OK

The response is of type object.

Last modified on June 26, 2026