What Grafana version and what operating system are you using?
8.4.4
Windows 10
What are you trying to achieve?
I want to pause all alerts.
How are you trying to achieve it?
I used postman for the requests for Grafana API, so that I could pause the alerts. According to API and alert documentation “paused –Can be true or false. True to pause an alert. False to un-pause an alert.”.
What happened?
The postman returns “Alert is already un-paused” when the post request is “paused: true”. Also, when I tried to pause all alerts, they became paused for a moment, and then they started to get un-paused.
What did you expect to happen?
The alert to be paused until I turn them on.
Did you follow any online instructions? If so, what is the URL?