acknowledge_alert
Take ownership of an active alert to acknowledge it without canceling. Set confirmed=True to apply the action.
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 |
|---|---|---|---|
| target | No | ||
| alert_id | Yes | ||
| confirmed | No |