-
Notifications
You must be signed in to change notification settings - Fork 4
CLI Machines Docker Compose Down
github-actions[bot] edited this page Aug 9, 2026
·
1 revision
Takes a compose project down.
ed machines docker compose down [--json] <machine> <project>
| Name | Type / values | Default | What it does |
|---|---|---|---|
<machine> |
machine name, ssh alias, id, or any unambiguous prefix | required | Which machine to act on. |
<project> |
compose project name, exactly as compose ls prints it |
required | Which project to take down. |
| Name | Type / values | Default | What it does |
|---|---|---|---|
--json |
flag | off | Emit JSON on stdout instead of the one-line confirmation. |
--help, -h
|
flag | off | Print the help for this command on stdout and exit 0. |
{
"action": "down",
"machine": "Asus TUF 7",
"project": "noveum-local-db"
}ed machines tuf docker compose down noveum-local-db
ed machines tuf docker compose down noveum-local-db --json
The remote command is docker compose -p <project> down, with a 300 second
ceiling and the same project check up performs. down removes the project's
containers and its default network. Named volumes survive: -v is never passed,
and there is no flag here that would pass it. To remove a project's data as
well, list its volumes with ed machines docker volumes and take them with
ed machines docker volume-rm --yes.
After a successful down the project disappears from compose ls, so the
matching up through ed will not find it. That round trip is the reason to
prefer the raw form for projects you take all the way down.
-
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