cancel_alert
Cancel active alerts to permanently close them and prevent re-triggering. Requires alert ID and explicit confirmation.
Instructions
[WRITE] Cancel (dismiss) an active alert. This WRITE operation permanently closes the alert.
Use acknowledge_alert 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: Optional Aria Operations target name from config. Uses default if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | ||
| alert_id | Yes | ||
| confirmed | No |