Set Active Ollama Endpoint
Sets and validates the active Ollama endpoint
post/api/set-endpoint
Request body
Example request
{
"endpoint": "http://localhost:11434"
}Response
Endpoint set successfully
Example response
{
"success": true
}Changes
No recorded changes to this endpoint across all 3 revisions of this API.