---
title: "Disable model for workspace"
method: DELETE
path: "/v2/workspace-models/{model_id}"
tags: ["Models"]
---

# Disable model for workspace

`DELETE /v2/workspace-models/{model_id}`

Removes the model from the workspace's enabled set. Idempotent — disabling an already-disabled model returns 204.

## Path parameters

- `model_id` string, required — The ID of the model to disable

## Response `204`

Model disabled

## Other responses

- `400` — Invalid request
- `500` — Internal server error

---

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