stop_container
Stop a running Docker container by ID or name, with an optional timeout to control graceful shutdown or force kill.
Instructions
Stop a running Docker container with optional timeout
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Container ID or name | |
| format | No | Output format | text |
| timeout | No | Seconds to wait before killing (default 10) |