---
title: "Patch Provider Route"
method: PATCH
path: "/api/v1/providers/{provider_id}"
tags: ["providers"]
---

# Patch Provider Route

`PATCH /api/v1/providers/{provider_id}`

## Path parameters

- `provider_id` string, uuid, required

## Headers

- `Authorization` string, nullable
- `X-Request-ID` string, nullable

## Request body

- ProviderUpdate
  - `name` string, nullable
  - `provider` string, nullable
  - `model` string, nullable
  - `params` object, nullable

## Response `200`

Successful Response

- ProviderRead
  - `id` string, uuid, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `org_id` string, uuid, required
  - `name` string, required
  - `provider` string, required
  - `model` string, nullable, required
  - `params` object, nullable, required
  - `has_api_token` boolean, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/xenovia/apis/controlplane.md) · [All operations](https://skmtc.net/xenovia/apis/controlplane/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xenovia/controlplane/versions/0e6598cbe8a0/schema)
