Delimit Cost Alert
delimit_cost_alertCreate, list, delete, or toggle spending threshold alerts to get notified when cloud costs exceed a configured ceiling.
Instructions
Manage cost alert rules (CRUD on spending thresholds) (Pro).
When to use: to configure ongoing spend thresholds and notifications that fire when costs exceed a configured ceiling. When NOT to use: for one-shot cost analysis (use delimit_cost_analyze) or finding optimisations (delimit_cost_optimize).
Sibling contrast: delimit_cost_analyze finds drivers; delimit_cost_optimize finds reductions; this manages the alerting layer.
Side effects: action="create"/"delete"/"toggle" write to the file-based alert store. action="list" is read-only.
Prerequisite: requires Delimit Pro. An unlicensed call returns {"error": ..., "upgrade": "https://delimit.ai/pricing"} without running.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Alert name. Required for create. | |
| action | No | One of "list" (default), "create", "delete", "toggle". | list |
| alert_id | No | Existing alert id. Required for delete/toggle. | |
| threshold | No | Cost threshold in USD. Required for create. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||