Skip to content
API
Health

Health

Overview

Watchtower provides three health probe endpoints. Include health in http-api-endpoints to enable them.

Endpoints

Name Method Endpoint Auth Description
Liveness GET /livez No Returns 200 OK when the server is running
Readiness GET /readyz No Returns 200 OK when Docker client is connected, 503 otherwise
Startup GET /startupz No Returns 200 OK once the server has started
Last updated on