---
title: "Kubernetes readyz endpoint"
method: GET
path: "/readyz"
tags: ["Service"]
---

# Kubernetes readyz endpoint

`GET /readyz`

Kubernetes readiness probe. Checks the instance and waits out pending data operations to see when it can start accepting traffic. In a distributed deployment it returns 200 only once the node has caught up with the cluster consensus commit and its local shards are healthy; otherwise it returns 503. In a single-node deployment it always returns 200 once the API is up. Use it to decide when to route traffic to the instance.

## Response `200`

The instance is ready to accept traffic

## Other responses

- `503` — The instance is not ready to accept traffic yet
- `4XX` — error

---

[API](https://skmtc.net/qdrant/apis/qdrant-api.md) · [All operations](https://skmtc.net/qdrant/apis/qdrant-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qdrant/qdrant-api/revisions/d08b1f613f29/schema)
