Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
application/json
Response
Successful Response
Response model for edit endpoints (cluster and NFS).
Edit NFS storage name, size, and/or deletion protection setting.
Args: storage_id: The ID of the storage to edit edit_request: Contains tp_storage_name, size_gb, and/or deletion_protection to update
Returns: EditResponse: Success message describing what was changed
Raises: HTTPException: For various error conditions (400, 403, 500)
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successful Response
Response model for edit endpoints (cluster and NFS).