CrowdSec-Manager Docs
Api

Health API

System health and diagnostics endpoints

Health API

Endpoints for checking the status of the system and its components.

Check Stack Health

GET /api/health/stack

Returns the status of all monitored containers (CrowdSec, Traefik, etc.).

Response

{
  "crowdsec": "running",
  "traefik": "running",
  "manager": "running"
}

Complete Diagnostics

GET /api/health/complete

Performs a deep diagnostic check of the system, including database connectivity and disk space.

On this page