---
title: "Enable model for workspace"
method: POST
path: "/v2/workspace-models"
tags: ["Models"]
---

# Enable model for workspace

`POST /v2/workspace-models`

Adds the model to the workspace's enabled set. Idempotent — re-enabling an already-enabled model returns 204 with no state change.

## Request body

- object
  - `model_id` string, required

## Response `204`

Model enabled

## Other responses

- `400` — Invalid request body
- `404` — Model not found
- `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/revisions/3fa1f1bf59d5/schema)
