1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-03 06:55:22 +02:00
tldr/pages/linux/toolbox-rm.md
2025-05-11 14:04:52 +00:00

17 lines
382 B
Markdown

# toolbox rm
> Remove one or more `toolbox` containers.
> See also: `toolbox rmi`.
> More information: <https://manned.org/toolbox-rm.1>.
- Remove a toolbox container:
`toolbox rm {{container_name}}`
- Remove all `toolbox` containers:
`toolbox rm {{[-a|--all]}}`
- Force the removal of a currently active `toolbox` container:
`toolbox rm {{[-f|--force]}} {{container_name}}`