Skip to content

Ping

GET
/ping
curl --request GET \
--url https://example.com/ping

Liveness probe: returns immediately if the process is up. No DB / Redis / Celery / model checks — use /health for dependency status.

Successful Response

Media typeapplication/json
Examplegenerated
example