get_gcp_idle_resources
Identify idle GCP Compute Engine VMs and unattached persistent disks that waste money. Set idle days and CPU thresholds to uncover cost-saving opportunities.
Instructions
Identifies idle GCP Compute Engine VMs (low CPU) and unattached Persistent Disks that are wasting money.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| min_idle_days | No | Number of days of low CPU usage to flag a VM as idle | |
| resource_type | No | Type of resource to scan | all |
| cpu_threshold_percent | No | Average CPU% below which a VM is considered idle |