list_disks
Retrieve persistent disks in a GCP project, with optional zone filtering to focus on specific storage resources.
Instructions
List Compute Engine persistent disks in a GCP project.
Args:
project_id: The ID of the GCP project to list disks for
zone: Optional zone to filter disks (e.g., "us-central1-a")
Returns:
List of persistent disks in the specified GCP project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zone | No | ||
| project_id | Yes |