delete_custom_cloud_pricing
Remove custom cloud pricing overrides for a specific project, reverting to default pricing settings. Simplify cost management by eliminating manual configurations.
Instructions
Delete custom cloud pricing configuration.
Removes custom pricing overrides and reverts to default pricing.
Args: project_id: Project ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"project_id": {
"title": "Project Id",
"type": "string"
}
},
"required": [
"project_id"
],
"type": "object"
}