stop_container
Stop a running Docker container by specifying its ID or name, with an optional timeout to force kill if needed.
Instructions
Stop a running Docker container by ID or name with optional timeout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| container_id | Yes | Container ID or name | |
| timeout | No | Seconds to wait before killing (default: 10) |