block_storage_create_volume
Create an empty Scaleway block storage volume with required size. Optionally set name, zone, IOPS, tags, and project. Volume tagged for easy identification.
Instructions
Create an empty block volume.
The volume is tagged created_by=scaleway-mcp so it can later be
identified and safely deleted by this server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional volume name (a random one is generated if omitted). | |
| size | Yes | Volume size in bytes. | |
| tags | No | Optional additional tags. | |
| zone | No | Availability zone. Defaults to the configured zone. | |
| project | No | Optional project ID. Defaults to the configured project. | |
| perf_iops | No | Optional provisioned IOPS for the volume. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||