---
title: "Set Active Ollama Endpoint"
method: POST
path: "/api/set-endpoint"
---

# Set Active Ollama Endpoint

`POST /api/set-endpoint`

Sets and validates the active Ollama endpoint

## Request body

- object
  - `endpoint` string, required

## Response `200`

Endpoint set successfully

- SuccessResponse
  - `success` boolean
  - `message` string

## Other responses

- `500` — Error setting endpoint

---

[API](https://skmtc.dev/d3v0ps-cloud/apis/ollama-model-manager-api.md) · [All operations](https://skmtc.dev/d3v0ps-cloud/apis/ollama-model-manager-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/d3v0ps-cloud/ollama-model-manager-api/revisions/b4778ed72650/schema)
