---
title: "Health"
method: POST
path: "/api/v1/deploy/health"
tags: ["deployments"]
---

# Health

`POST /api/v1/deploy/health`

## Request body

- HealthRequest
  - `model_ids` string[], required

## Response `200`

Successful Response

- HealthResponse
  - `results` HealthResult[], required
    - `model_id` string, required
    - `reachable` boolean, required
    - `latency_ms` integer, required

---

[API](https://skmtc.dev/trajectory/apis/trajectory-api.md) · [All operations](https://skmtc.dev/trajectory/apis/trajectory-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trajectory/trajectory-api/revisions/d930b23b9602/schema)
