docker_remove_container
Remove a Docker container by name or ID. Force-removes running containers when confirmed, freeing up system resources.
Instructions
Remove a Docker container.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | If True, force-remove a running container. | |
| confirm | No | Set to True to confirm this destructive operation. | |
| container | Yes | The container name or ID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||