-
Notifications
You must be signed in to change notification settings - Fork 4
CLI Machines Power Services Stop
github-actions[bot] edited this page Aug 9, 2026
·
3 revisions
Stops one unit.
ed machines services stop <machine> <unit> [--json]
| Name | Type / values | Default | What it does |
|---|---|---|---|
<machine> |
machine name, ssh alias or id | required | Which machine the unit lives on. |
<unit> |
unit name | required | The unit, for example nginx.service. |
| Name | Type / values | Default | What it does |
|---|---|---|---|
--json |
flag | off | Emit JSON on stdout instead of the human line. |
--help, -h
|
flag | off | Print the help for this command on stdout and exit 0. |
The same four keys, with action set to stop:
{
"action": "stop",
"applied": true,
"machine": "Asus TUF 7",
"unit": "nginx.service"
}ed machines services stop tuf nginx.service
ed machines tuf services stop ollama.service
ed machines services stop tuf nginx.service --json
The most disruptive command on this page that has no confirmation flag. Stopping
ssh.service on a machine you reach over SSH is the obvious way to lock
yourself out, and ed will not stop you.
The human success line is built by appending ed to the verb, so stop prints
stoped nginx.service on Asus TUF 7, with one p. Match on the JSON if you are
scripting against this, not on the prose.
Everything else matches start: same command shape with the verb swapped, same
60 second timeout, same failure handling and exit codes.
-
ed machines power, 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