create_volume
Create block storage volumes for Verda Cloud GPU instances to expand data capacity and support automated workflows.
Instructions
Create a new block storage volume.
Args: name: Name for the volume (e.g., "my-data-volume"). size: Volume size in GB (default: 150GB from config). volume_type: Volume type (default: "NVMe").
Returns: Created volume details with ID.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| size | No | ||
| volume_type | No | NVMe |