create_volume
Provision a block storage volume (1-2048 GB). Requires your explicit confirmation to proceed with billing.
Instructions
Create a new block storage volume (Cinder). Requires scope services:write. SPENDS MONEY: billed per-GB monthly, not a catalog SKU. Pass confirm:true only after the user has approved the size and its cost. sizeGb is the size in GB (1-2048); name is an optional display name (max 253 chars, defaults to 'volume' server-side). Attach it to a VM afterward with attach_volume.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional display name (default 'volume'). | |
| sizeGb | Yes | Volume size in GB (1-2048). | |
| 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. |