openapi: 3.0.0 info: title: Admin cluster_health health API description: This API exposes the admin operations of a Restate cluster, such as registering new service deployments, interacting with running invocations, register Kafka subscriptions, retrieve service metadata. For an overview, check out the [Operate documentation](https://docs.restate.dev/operate/). If you're looking for how to call your services, check out the [Ingress HTTP API](https://docs.restate.dev/invoke/http) instead. version: 1.4.0 tags: - name: health description: Admin API health paths: /health: get: tags: - health summary: Health Check description: Check REST API Health. operationId: health responses: '200': description: OK externalDocs: url: https://docs.restate.dev/operate/