cancel_alert
Cancel an active alert permanently. It won't re-trigger unless the underlying condition recurs. Set confirmed=True to apply the cancellation.
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.
Args: alert_id: The alert UUID to cancel. confirmed: Must be True to actually cancel. Default False = preview only. target: Aria target name from config; default when omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | ||
| alert_id | Yes | ||
| confirmed | No |