Traefik Ping API

Lightweight liveness probe at `/ping` that returns HTTP 200 with body "OK" when the Traefik process is alive. Usually mounted on a dedicated entry point for container-orchestrator liveness checks.

API entry from apis.yml

apis.yml Raw ↑
aid: traefik:traefik-ping
name: Traefik Ping API
description: Lightweight liveness probe at `/ping` that returns HTTP 200 with body "OK" when the Traefik
  process is alive. Usually mounted on a dedicated entry point for container-orchestrator liveness checks.
humanURL: https://doc.traefik.io/traefik/operations/ping/
tags:
- Health Check
- Liveness
- Monitoring
- Operations
properties:
- type: Documentation
  url: https://doc.traefik.io/traefik/operations/ping/