Edit a storage volume’s name, size, or deletion protection settings.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Request model for editing storage.
New name for the storage. Must be unique within user/org scope.
"renamed-storage"
Update deletion protection setting. Set to true to protect storage from accidental deletion, or false to allow deletion. Must be disabled before storage can be destroyed.
true
New size in GB. Note: Storage can only be expanded, not shrunk. New size must be greater than current size.
x > 0200
Successful Response
Response model for edit endpoints (cluster and storage).