-
Notifications
You must be signed in to change notification settings - Fork 4
CLI Machines Docker Rm
github-actions[bot] edited this page Aug 23, 2026
·
2 revisions
Removes a container, killing it first.
ed machines docker rm [--json] [--yes] <machine> <container>...
| Name | Type / values | Default | What it does |
|---|---|---|---|
<machine> |
machine name, ssh alias, id, or any unambiguous prefix | required | Which machine to act on. |
<container>... |
one or more container names or ids | at least one required | Which containers to remove. Docker is given all of them in one call. |
| Name | Type / values | Default | What it does |
|---|---|---|---|
--json |
flag | off | Emit JSON on stdout instead of the one-line confirmation. |
--yes |
flag | off | Apply the removal. Without it, print the exact plan. |
--help, -h
|
flag | off | Print the help for this command on stdout and exit 0. |
{
"action": "rm",
"applied": false,
"changed": false,
"containers": [
"open-webui"
],
"machine": "Asus TUF 7",
"targets": [
"Asus TUF 7:container:open-webui"
]
}ed machines tuf docker rm open-webui
ed machines tuf docker rm b556d7fef23e --yes --json
The remote command is docker rm -f <container>, so this kills a running
container and removes it in one step rather than refusing to touch it. Without
--yes, the command prints the resolved machine and every container target,
changes nothing, and never opens an SSH connection. The container's
writable layer goes with it, and anything the container wrote outside a volume
or a bind mount is gone. Named volumes survive, because -v is never passed.
Runs under a 120 second ceiling. Failure exits 1 with docker's stderr as the hint. This is the Docker window's remove button, running the same command.
-
ed machines docker, the rest of this group - All
edcommands
Auto-generated from docs/, edit the docs in the repo, not the wiki.
CLI reference
Companion
- Deploy
- Concepts
- Concepts Memory
- Concepts Ingestion
- Concepts Search
- Concepts Chat
- Concepts Learning
- Concepts Brain
- Concepts Friend
- Hosts
- Stack
- Status
- Doctor
- Search
- Index
- Ingest
- Episodes
- Sync
- Observations
- Reflect
- Beliefs
- Ask
- Extract
- Claims
- Corroborate
- Runs
- Chat
- Conversations
- Forget
- Export
- Import
- Erase
- Wipe
- Episode
- Nightly
- Reason
- Personas
- Council
- Lenses
- Core
- Why
- Hypotheses
- Predictions
- Commitments
- Discrepancies
- Calibration
- Inquire
- Entities
- Eval
- Standup
- Machines
- Baselines
- Connectors
- Facts
- Correct
- Weekly
- Db
Guides