Remove historic alarm

To remove historic alarm from the history, perform the following actions:

  1. Press the button in the views panel.

  2. In the dropdown at the top of the screen, select "Alarm History".

  3. Right-click on the entry you want to delete.

  4. In the context menu, select the "Delete" item.

You cannot restore deleted entries.

REST API

You can remove historic alarm via the REST API with the Remove Incident from the History request.

This request requires an alarm ID.

Request example via curl
login=<...>
password=<...>
incident_id=<...>
saymon_hostname=<...>
url=https://$saymon_hostname/node/api/incident-history/$incident_id

curl -X DELETE $url -u $login:$password