---
title: "Health / liveness probe"
method: GET
path: "/health"
tags: ["Health"]
---

# Health / liveness probe

`GET /health`

Available on **both** servers with slightly different responses:

- **API Server** (`admin_api_addr`): Returns `{"status":"ok"}`. Minimal stub
  for clients that expect a health endpoint on the API port.
- **Health Server** (`health_addr`): Returns `{"status":"healthy"}`.
  Use as the k8s `livenessProbe`.

## Response `200`

Process is alive

- HealthResponse
  - `status` string

## Other responses

- `405` — Method not allowed

---

[API](https://skmtc.net/absmach/apis/fluxmq-admin-api.md) · [All operations](https://skmtc.net/absmach/apis/fluxmq-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/absmach/fluxmq-admin-api/versions/55b06d78c850/schema)
