container_remove
Remove a Docker container by ID or name. Optionally remove anonymous volumes, specified links, or force remove running containers.
Instructions
Remove a container.
args:
id_or_name - The container id or name
volumes - Also remove anonymous volumes (the CLI's --volumes)
link - Remove the specified link
force - Force remove a running container
returns: bool - True after removal completes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| link | No | ||
| force | No | ||
| volumes | No | ||
| id_or_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |