remove_container
Remove Docker containers by ID or name; force option allows deleting 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) |