model_is_sleeping
Check whether a vLLM engine is in Sleep Mode. Returns true if suspended, false if serving, or null when the state is unknown. Useful for dev-mode servers.
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 |