---
title: "Health Live"
method: GET
path: "/api/health/live"
---

# Health Live

`GET /api/health/live`

Liveness probe: the process is up and the event loop is responsive.

No DB hit, no external calls. Returns instantly when the worker can
process requests. Designed for the deployment platform's healthcheck
so a stuck DB / external dep / slow query does not also block the
healthcheck and prevent traffic from rolling to a fresh container.
Use ``/health`` for the deeper "is the system actually working" check.

## Response `200`

Successful Response

- HealthResponse
  - `status` string, required
  - `database` string

---

[API](https://skmtc.net/mozilla-ai/apis/clawbolt.md) · [All operations](https://skmtc.net/mozilla-ai/apis/clawbolt/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mozilla-ai/clawbolt/revisions/0e52fe5f8d33/schema)
