stop_container
Stop a running Docker container by specifying its ID or name, with an optional timeout to control shutdown behavior.
Instructions
Stop a running Docker container
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| containerId | Yes | Container ID or name | |
| timeout | No | Seconds to wait before killing the container |