acknowledge_alert
Acknowledge an active alert by taking ownership, marking it as assigned without canceling it. Use confirmed=True to apply the change.
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. 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: Optional Aria Operations target name from config. Uses default if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alert_id | Yes | ||
| confirmed | No | ||
| target | No |