model_wake
Wake a model from sleep mode to resume inference serving by reloading weights to GPU memory. Preview the action with dry_run before executing.
Instructions
[WRITE][risk=medium] Resume serving after Sleep Mode (weights return to GPU).
The inverse of model_sleep. Pass dry_run=True to preview. Records no undo: vLLM never reports which sleep level the engine was at, so re-sleeping would have to guess between level 1 and level 2 — call model_sleep with the level you want instead.
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: dry_run: If True, preview without waking. target: Inference target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | ||
| dry_run | No |