delete_volume
Permanently delete a block storage volume and its data. Irreversible; requires explicit user confirmation to proceed.
Instructions
Delete a block storage volume permanently. Requires scope services:write. IRREVERSIBLE: the volume and its data are gone for good. Pass confirm:true only after the user has explicitly approved. id comes from list_volumes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Volume id from list_volumes. | |
| confirm | Yes | Set to true to execute. This operation spends from your account balance and/or is irreversible; only pass true after the user has explicitly approved. Omit or false → the tool refuses and makes no API call. |