API7 Docs

Liveness probe

HEAD /apisix/admin

HEAD /apisix/admin

Interactive request editor loads with JavaScript.

Response Body

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'