Update a volume attachment
PATCH/core/volume-attachments/:volume_attachment_id
Updates an existing volume attachment by modifying its attributes such as the protected status, which prevents detachment of critical system volumes. This is useful for enforcing safeguards on production-critical storage devices. Retrieve the volume_attachment_id by calling the List volumes endpoint and inspecting the attachments field of each volume object.
Request
Responses
- 200
- 400
- 401
- 404
- 405
- 500
Volume attachment has been updated
Bad Request
Unauthorized
Not Found
Method Not Allowed
Internal Server Error
Was this page helpful?