Synopsis
Description
Displays the current state of the Izwi server, including health, loaded models, and runtime backend selection. This command reads/v1/health, the rich runtime status payload.
Options
| Option | Description | Default |
|---|---|---|
-d, --detailed | Show detailed metrics | — |
-w, --watch <SECONDS> | Continuous updates | — |
Examples
Basic status
Detailed metrics
- the requested backend (
auto,metal,cuda, orcpu) - whether that requested backend is currently available
- the backend the server actually selected
- whether the selection came from the request or a fallback path
- which backends were compiled into the running binary
- detected device capabilities such as BF16, unified memory, batch size, and memory when available
/readyz for readiness and /livez for liveness. izwi status intentionally stays on /v1/health so it can report backend and model details.
Watch mode
Ctrl+C to stop.
Output
The status command shows:- Server health — Running, stopped, or error
- Loaded models — Currently loaded models
- Runtime backend — Requested backend, selected backend, and fallback reason
- Compiled backends — CPU / Metal / CUDA support built into the server binary
- Device summary — Capability details reported by the selected device
- Active requests — Current request count
See Also
izwi serve— Start the serverizwi models— Model management