stop_vllm
Stop a specific vLLM instance by model or backend ID while leaving others running; use all=true to stop every tracked instance.
Instructions
Stop one orchestrator-managed vLLM instance (container or host process group). Pass model_id or backend_id to leave other running models up. If several are running and neither id is set, the call fails unless all=true. Does not stop unrelated Docker containers (including a leftover orch-vllm you did not start this way).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | Stop every orchestrator-tracked vLLM instance | |
| model_id | No | Catalog id of the instance to stop | |
| backend_id | No | Backend id, e.g. vllm-qwen25-7b-instruct |