get-cost-forecast
Forecast your Google Cloud Platform project costs by specifying a project ID and the number of months for prediction. Helps in planning and managing cloud expenses effectively.
Instructions
Get cost forecast for the current project
Input Schema
Name | Required | Description | Default |
---|---|---|---|
months | No | Number of months to forecast (default: 3) | |
projectId | No | Project ID to get forecast for (defaults to selected project) |
Input Schema (JSON Schema)
{
"properties": {
"months": {
"description": "Number of months to forecast (default: 3)",
"type": "number"
},
"projectId": {
"description": "Project ID to get forecast for (defaults to selected project)",
"type": "string"
}
},
"required": [],
"type": "object"
}