Skip to main content
PATCH
/
nfs
/
edit
/
{storage_id}
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

storage_id
string
required

Body

application/json

Request model for editing NFS storage.

tp_storage_name
string | null

Optional new name for the storage

deletion_protection
boolean | null

Optional deletion protection setting

size_gb
integer | null

Optional new size in GB

Required range: x > 0

Response

Successful Response

Response model for edit endpoints (cluster and NFS).

message
string
required
I