container_stop
Stop a running WSL container by specifying its ID or name. Optionally set a timeout and signal for graceful shutdown or forced termination.
Instructions
Stop a running WSL container.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| time | No | Seconds to wait before killing (default: 5) | |
| signal | No | Signal to send to the container (e.g. SIGTERM, SIGKILL) | |
| containerId | Yes | Container ID or name |