Join PromCon EU 2026 , the Prometheus users conference, on October 7–8, 2026 in Munich. The Call for Speakers  is open until July 19, 2026.
PromCon EU 2026  — Oct 7–8, Munich. CFP  open until July 19.

Management API

Alertmanager provides a set of management API to ease automation and integrations.

Health check

GET /-/healthy
HEAD /-/healthy

This endpoint always returns 200 and should be used to check Alertmanager health.

Readiness check

GET /-/ready
HEAD /-/ready

This endpoint returns 200 when Alertmanager is ready to serve traffic (i.e. respond to queries).

Reload

POST /-/reload

This endpoint triggers a reload of the Alertmanager configuration file.

An alternative way to trigger a configuration reload is by sending a SIGHUP to the Alertmanager process.

On this page