update_alert
Modify existing cost alerts by updating their configuration, thresholds, or recipients. Allows partial updates without recreating the alert.
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). | |
| config | Yes | Parameters that define when and how the alert is evaluated (required). | |
| name | No | Alert name. Must be non-empty if provided. | |
| recipients | No | List of email addresses to notify when the alert is triggered. |