---
title: "Health Ready"
method: GET
path: "/health/ready"
---

# Health Ready

`GET /health/ready`

Readiness probe for the Docker HEALTHCHECK (Dockerfile). Traefik's docker
provider drops a container from the load balancer as soon as it turns
unhealthy, so answering 503 from the moment SIGTERM arrives pulls this
instance out of rotation while it can still serve, instead of after its
socket is gone. Only SIGTERM flips it: a drain triggered by the instance
marker starts while the new container is still booting, and going
unready then would leave nobody routable.

## Response `200`

Successful Response

- unknown

---

[API](https://skmtc.dev/openshorts/apis/fastapi.md) · [All operations](https://skmtc.dev/openshorts/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openshorts/fastapi/revisions/8085a0ce516b/schema)
