cancel_alert
Cancel an active alert permanently. Preview without change by default; confirm with confirmed=True to close.
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 |
|---|---|---|---|
| alert_id | Yes | ||
| confirmed | No | ||
| target | No |