Zum Inhalt springen

Status aller konfigurierten Ollama-Endpoints

GET
/v1/endpoints
curl --request GET \
--url https://example.com/v1/endpoints \
--header 'Authorization: Bearer <token>'

Ein Eintrag pro Endpoint aus config.jsonendpoints.

Media typeapplication/json
Array<object>
object
name
string
url
string
state
string
Allowed values: healthy suspect unhealthy recovering
healthy
boolean
last_ping
string format: date-time
latency_ms
integer
models
Array<string>
inflight
integer
max_inflight
integer
consecutive_fails
integer
priority
integer
Example
[
{
"state": "healthy"
}
]