---
title: "System Check"
method: GET
path: "/v1/system-check"
tags: ["health"]
---

# System Check

`GET /v1/system-check`

Check health of all system components.

Returns:
    JSON with status of:
    - api: Always true (if endpoint is reachable)
    - database: Whether DB connection works
    - cpu_queue: Success, duration, and any errors
    - gpu_queue: Success, duration, and any errors

Returns HTTP 503 if any checks fail.

## Response `200`

Successful Response

- unknown

---

[API](https://skmtc.net/wandb/apis/serverless-training.md) · [All operations](https://skmtc.net/wandb/apis/serverless-training/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wandb/serverless-training/revisions/8d8d96fc0fd3/schema)
