resolve_alert
Resolve one of YOUR alerts by its alert id (from list_my_alerts) — closes it. Optionally set resolution ("fixed" | "false_positive" | "wontfix") and a note. Requires an API key with write scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Optional note (max 500 chars). | |
| alert_id | Yes | The alert id from list_my_alerts (a UUID). | |
| resolution | No | Why the alert is being closed. |