arcane_create_volume
Create a new volume within an Arcane environment, specifying name, driver, labels, and driver options for storage.
Instructions
Create a new volume in an environment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The volume name | |
| driver | No | The volume driver (default: local) | |
| labels | No | Labels to apply to the volume | |
| driverOpts | No | Driver options as key-value pairs | |
| environmentId | Yes | The environment ID |