block_storage_create
Create a new Vultr block storage volume by specifying region and size in GB. Returns volume ID, cost, and configuration.
Instructions
Create a new block storage volume.
Args: region: Region code where the volume will be created (e.g., "ewr", "lax", "fra") size_gb: Size in GB (10-40000 depending on block_type) ctx: FastMCP context for resource change notifications label: Optional label for the volume (recommended for easy identification) block_type: Optional block storage type (affects size limits and performance)
Returns: Created volume information including ID, cost, and configuration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | ||
| region | Yes | ||
| size_gb | Yes | ||
| block_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||