Traefik Ping API

The Traefik Ping API provides a simple health check endpoint at `/ping` that returns HTTP 200 with the body "OK" when the Traefik process is alive and ready. It is used for liveness probes in container orchestration environments and can be configured on a dedicated entry point.

API entry from apis.yml

apis.yml Raw ↑
aid: traefik:traefik-ping
name: Traefik Ping API
description: The Traefik Ping API provides a simple health check endpoint at `/ping` that returns HTTP
  200 with the body "OK" when the Traefik process is alive and ready. It is used for liveness probes in
  container orchestration environments and can be configured on a dedicated entry point.
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/