model_is_sleeping
Check whether a vLLM inference engine is suspended in Sleep Mode, returning true if not serving, false if serving, or null if unknown.
Instructions
[READ] Whether the vLLM engine is suspended in Sleep Mode.
Returns isSleeping: true (suspended, serving nothing), false (serving), or null when the engine did not report it — null means UNKNOWN, not awake.
Sleep Mode exists only on servers started with VLLM_SERVER_DEV_MODE=1; on any other server this reports that the route is absent rather than failing vaguely.
Args: target: Inference target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No |