update_alert
Modify existing cost alerts with partial updates. Confirm changes before applying to adjust thresholds, metrics, or recipients.
Instructions
Use this when the user wants to modify an existing cost alert. Supports partial updates. Ask the user to confirm changes before executing. Do NOT use this for creating new alerts (use create_alert) or budgets (use create_budget).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the alert to update (required). | |
| name | No | Alert name. Must be non-empty if provided. | |
| config | Yes | Parameters that define when and how the alert is evaluated (required). | |
| recipients | No | List of email addresses to notify when the alert is triggered. |