mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01: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.