---
title: "Report Unknown Driver"
method: POST
path: "/v1/nvml-driver/report-unknown"
tags: ["Public APIs For Providers"]
---

# Report Unknown Driver

`POST /v1/nvml-driver/report-unknown`

Queue an unknown NVIDIA driver for official verification (DAH-2451).

The response carries no verdict: the driver is enqueued (once) and resolved
asynchronously against NVIDIA's official installer, then published via shared config.

## Request body

- ReportUnknownDriverRequest
  - `driver_version` string, required — NVIDIA driver version the validator could not recognize, e.g. 595.84

## Response `202`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

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