acknowledge_alert
Acknowledge an active alert by taking ownership without canceling it. Use to assign the alert to yourself while keeping it open. Confirm with confirmed=true, or preview with confirmed=false.
Instructions
[WRITE] Acknowledge an active alert by taking ownership (does not cancel it).
The suite-api has no dedicated "acknowledge" action; this maps to POST /alerts?action=takeownership, assigning the alert to the API user (control state ASSIGNED). The alert remains active until cancelled. Use this when you want to own the alert without closing it; cancel_alert closes it for good. Default confirmed=False returns a preview without making any change.
Args: alert_id: The alert UUID to acknowledge. confirmed: Must be True to actually acknowledge. 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 |