container_stop
Stop a Docker container by its ID or name, with an optional timeout for graceful shutdown before force-killing.
Instructions
Stop a container.
args: id_or_name - The container id or name stop_timeout_seconds - Seconds to wait for graceful stop before SIGKILL returns: dict - The container's attrs after stop
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id_or_name | Yes | ||
| stop_timeout_seconds | No |