detach_volume
Detach a block storage volume from a cloud VM using the volume ID and server ID. Useful for storage management or before deleting a server.
Instructions
Detach a block storage volume from a cloud VM. Requires scope services:write. Plain write — not gated. id (the volume) comes from list_volumes; serverId is the Nova server id to detach from.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Volume id from list_volumes. | |
| serverId | Yes | Nova server id to detach from. |