Roboflow Healthz API

The Healthz API from Roboflow — 1 operation(s) for healthz.

OpenAPI Specification

roboflow-healthz-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Roboflow Inference Server Healthz API
  description: Roboflow inference server
  termsOfService: https://roboflow.com/terms
  contact:
    name: Roboflow Inc.
    url: https://roboflow.com/contact
    email: help@roboflow.com
  license:
    name: Apache 2.0
    url: https://www.apache.org/licenses/LICENSE-2.0.html
  version: 1.3.8
tags:
- name: Healthz
paths:
  /healthz:
    get:
      summary: Healthz
      description: 'Health endpoint for Kubernetes liveness probe.


        Verifies CUDA context health when running on GPU. Returns 503 if

        CUDA is corrupted (unrecoverable - requires process restart).'
      operationId: healthz_healthz_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
      tags:
      - Healthz