Management API

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

Health check

  1. GET /-/healthy
  2. HEAD /-/healthy

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

Readiness check

  1. GET /-/ready
  2. HEAD /-/ready

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

Reload

  1. 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.

This documentation is open-source. Please help improve it by filing issues or pull requests.