Liveness probe
HEAD /apisix/admin
curl -X HEAD "http://127.0.0.1:9180/apisix/admin"APISIX Admin API is alive.
Complete operation details and schema variants
HEAD /apisix/admin
Liveness probe
Returns 200 OK if the Admin API is reachable. Useful as a Kubernetes liveness probe target. This endpoint does not require authentication.
Parameters
Responses
200: APISIX Admin API is alive.
cURL
curl -X HEAD 'http://127.0.0.1:9180/apisix/admin'