check_backend_health
Verify a named backend's availability by pinging its health endpoint, capturing latency and online status.
Instructions
On-demand ping of one specific backend's API endpoint to verify reachability and capture latency. Hits only the named backend, not the whole fleet. Read-only: makes one HTTP request to the backend's health endpoint. Returns: {success, status:'online'|'offline', backend, latency_ms, last_check_iso, error?, total_check_time}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Bypass cache and force fresh check | |
| backend | Yes | Backend name to check (local, gemini, nvidia_deepseek, nvidia_glm, openai, groq) |