Restart container
restart_containerRestart a Docker container by name or ID to resolve issues, with an optional timeout to force-kill if needed.
Instructions
Restart a container. This is the go-to fix for 'turn it off and on again' style requests.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | Seconds to wait before force-killing (default: 10). | |
| container | Yes | Container name or id. |