Health
The /health
endpoint provides information about the health of the
Marqo instance.
Get health
GET /health
Gets the health of a Marqo instance.
Example
curl http://localhost:8882/health
mq.health()
Response: 200 OK
{
"status":"yellow",
"backend":{
"status":"yellow"
}
}