Skip to main content
PATCH
Update a Volume

Path Parameters

name
string
required

Volume name

Body

application/json

Request model for updating a Volume.

You can update the display name and/or the storage size. Storage can only be increased (cannot be decreased due to K8s PVC limitations).

name
string | null

New display name for the volume (max 63 chars, DNS-1035 format). Must be unique within the organization.

size
string | null

New storage size. Must be greater than or equal to current size. Storage cannot be decreased.

Example:

"10Gi"

Response

Successful Response

Response model for a Volume.

name
string
required
size
string
required
storage_class
string
required
id
string<uuid> | null

Unique volume identifier

created_at
string | null
updated_at
string | null