remove_container
Remove a Docker container by ID or name. Supports removing anonymous volumes, specified links, and force removal of running containers.
Instructions
Remove a container.
args: id_or_name - The container id or name v - Also remove anonymous volumes link - Remove the specified link force - Force remove a running container returns: bool - True after removal completes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| v | No | ||
| link | No | ||
| force | No | ||
| id_or_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |