update_alert
Modify an existing cost alert with partial updates. Update configuration, thresholds, scopes, or recipients 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). | |
| 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. |