---
title: "Remove a LoRA adapter from an endpoint"
method: DELETE
path: "/endpoints/{endpointId}/adapters"
tags: ["Endpoints"]
---

# Remove a LoRA adapter from an endpoint

`DELETE /endpoints/{endpointId}/adapters`

Removes the routing rule that binds an adapter to an endpoint.
The adapter must be currently bound to this specific endpoint.

## Request body

- object
  - `model_id` string, required — Combined identifier in format "endpoint_name:adapter_model_name".

## Response `200`

Adapter successfully unbound

- object
  - `model_id` string
  - `deleted` boolean

## Other responses

- `400` — Bad Request — invalid model_id format, or adapter not bound to this endpoint
- `403` — Forbidden — adapter model not found or not owned
- `404` — Not Found — endpoint does not exist

---

[API](https://skmtc.net/together/apis/together-apis.md) · [All operations](https://skmtc.net/together/apis/together-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/together/together-apis/revisions/468edbdc879c/schema)
