Set Active Ollama Endpoint

Sets and validates the active Ollama endpoint

post/api/set-endpoint

Request body

endpointstring required

Example request

{
  "endpoint": "http://localhost:11434"
}

Response

Endpoint set successfully

successboolean
messagestring

Example response

{
  "success": true
}

Changes

No recorded changes to this endpoint across all 3 revisions of this API.