refresh_gcp_pricing
Refresh and retrieve current GCP Compute Engine pricing for on-demand and spot instances across multiple regions. Supports filtering by instance family and region.
Instructions
Fetch real-time GCP Compute Engine pricing from instances.vantage.sh. Returns 287 instance types with on-demand and spot pricing across 40+ regions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| region | No | GCP region (default: us-central1). Use list_gcp_regions to see all available. | |
| family | No | Filter by instance family (e.g., "General purpose", "Compute optimized") | |
| includeSpot | No | Include spot/preemptible pricing in notes | |
| maxResults | No | Maximum results to return (default: 300) |