1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-05 17:53:12 +02:00
unleash.unleash/website/docs/reference/api/legacy/unleash/internal/health.md
2025-07-18 17:09:35 +02:00

447 B

title
/health

import SearchPriority from '@site/src/components/SearchPriority';

Health API

GET http://unleash.host.com/health

Used to check the health of the running Unleash instance. This endpoint has two possible responses:

Status: 200

{
  "health": "GOOD"
}

This response means Unleash server is up.

Status: 500

This response indicates that Unleash server is unhealthy.