cancel_alert
Permanently cancel active alerts after previewing changes; confirmed cancellations won't re-trigger until the condition recurs.
Instructions
[WRITE] Cancel (dismiss) an active alert. This WRITE operation permanently closes the alert.
Use acknowledge_alert instead if you only want to mark it as seen. Cancelled alerts will not re-trigger unless the underlying condition recurs. Default confirmed=False returns a preview without making any change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | Aria target name from config; default when omitted. | |
| alert_id | Yes | The alert UUID to cancel. | |
| confirmed | No | Must be True to actually cancel. Default False = preview only. |