list_modal_volumes
Retrieve all Modal volumes in JSON format using the Modal CLI. This tool helps manage and interact with serverless cloud storage efficiently.
Instructions
List all Modal volumes using the Modal CLI with JSON output.
Returns:
A dictionary containing the parsed JSON output of the Modal volumes list.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "list_modal_volumesArguments",
"type": "object"
}