delete_budget
Remove a budget rule from Kubecost cost management platform to eliminate unwanted spending constraints and maintain accurate cost control policies.
Instructions
Delete a budget rule from Kubecost
Input Schema
Name | Required | Description | Default |
---|---|---|---|
budgetId | Yes |
Input Schema (JSON Schema)
{
"properties": {
"budgetId": {
"type": "string"
}
},
"required": [
"budgetId"
],
"type": "object"
}