---
title: "Get instance readiness status"
method: GET
path: "/ready"
tags: ["Operational"]
---

# Get instance readiness status

`GET /ready`

This operation returns information about whether this Unleash instance is ready to serve requests or not. Typically used by your deployment orchestrator (e.g. Kubernetes, Docker Swarm, Mesos, et al.).

## Response `200`

readyCheckSchema

- ReadyCheckSchema — Used by service orchestrators to decide whether this Unleash instance should be considered ready to serve requests.
  - `health` 'GOOD', required — The readiness state this Unleash instance is in. GOOD if the server is up and running. If the server is unhealthy you will get an unsuccessful http response.

## Other responses

- `503` — This response has no body.

---

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