remove_container
Removes a Docker container using its ID or name, with option to force stop and remove running containers.
Instructions
Remove a Docker container by ID or name. Use force to remove running containers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| container_id | Yes | Container ID or name | |
| force | No | Force removal even if running (default: false) |