skypilot_volume_validate
Validate a SkyPilot volume configuration on the server side without creating it. Checks the specification and returns success or raises an error if invalid.
Instructions
Validate a volume configuration without creating it. Checks that the volume specification is valid on the server side. Raises an error if validation fails, returns success otherwise.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| size | No | ||
| infra | No | ||
| config | No | ||
| labels | No | ||
| volume_type | Yes | ||
| use_existing | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |