mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-05 17:53:12 +02:00
447 B
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.