acknowledge_alert
Take ownership of an active alert without closing it. Preview changes first, then confirm to assign the alert to you while keeping it active.
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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | Aria target name from config; default when omitted. | |
| alert_id | Yes | The alert UUID to acknowledge. | |
| confirmed | No | Must be True to actually acknowledge. Default False = preview only. |