Roboflow Readiness API

The Readiness API from Roboflow — 1 operation(s) for readiness.

OpenAPI Specification

roboflow-readiness-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Roboflow Inference Server Readiness 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: Readiness
paths:
  /readiness:
    get:
      summary: Readiness
      description: Readiness endpoint for Kubernetes readiness probe.
      operationId: readiness_readiness_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
      tags:
      - Readiness