infracost_cloud_delete_guardrail
Remove cost guardrails from Infracost Cloud to eliminate cloud spending controls and modify governance policies for your infrastructure.
Instructions
Delete a guardrail from Infracost Cloud. Requires INFRACOST_SERVICE_TOKEN environment variable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orgSlug | No | Organization slug from Infracost Cloud (defaults to INFRACOST_ORG env var) | |
| guardrailId | Yes | Guardrail ID to delete |
Input Schema (JSON Schema)
{
"properties": {
"guardrailId": {
"description": "Guardrail ID to delete",
"type": "string"
},
"orgSlug": {
"description": "Organization slug from Infracost Cloud (defaults to INFRACOST_ORG env var)",
"type": "string"
}
},
"required": [
"guardrailId"
],
"type": "object"
}