---
title: "Update Lora"
method: PATCH
path: "/v1/lora/{lora_name}"
tags: ["LoRA Adapters"]
---

# Update Lora

`PATCH /v1/lora/{lora_name}`

## Path parameters

- `lora_name` string, required

## Headers

- `xi-api-key` string, nullable
- `x-api-key` string, nullable

## Request body

- UpdateLoraApiRequest
  - `private` boolean, nullable
  - `description` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/deepinfra/apis/deepinfra-api.md) · [All operations](https://skmtc.net/deepinfra/apis/deepinfra-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deepinfra/deepinfra-api/versions/51b817b3f80f/schema)
