The /health route allows you to verify the status and availability of a Meilisearch instance.
/health
curl \ -X GET 'MEILISEARCH_URL/health'
200 OK
{ "status": "available" }
Was this page helpful?