-
Notifications
You must be signed in to change notification settings - Fork 4
CLI Machines Docker Compose Restart
github-actions[bot] edited this page Aug 9, 2026
·
1 revision
Restarts a compose project.
ed machines docker compose restart [--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 restart. |
| 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": "restart",
"machine": "Asus TUF 7",
"project": "noveum-local-db"
}ed machines tuf docker compose restart noveum-local-db
ed machines tuf docker compose restart noveum-local-db --json
Runs docker compose -p <project> restart with a 300 second ceiling, after the
same project check. This restarts the existing containers rather than recreating
them, so a changed compose file has no effect: that needs up. The Docker
window restarts containers one at a time and never a whole project, so this verb
has no button behind it.
-
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