attach_volume
Attach a block storage volume to a cloud VM. Provide the volume ID and server ID to complete the operation.
Instructions
Attach a block storage volume to 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 attach to (must be in your project).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Volume id from list_volumes. | |
| serverId | Yes | Nova server id to attach to (must be in your project). |