-
Notifications
You must be signed in to change notification settings - Fork 4
CLI Machines Disconnect
github-actions[bot] edited this page Aug 9, 2026
·
1 revision
Closes the shared SSH connection to a machine.
ed machines disconnect <machine> [--json]
| Name | Type / values | Default | What it does |
|---|---|---|---|
<machine> |
string, required | none | Machine name, ssh alias, id or unambiguous prefix. |
| Name | Type / values | Default | What it does |
|---|---|---|---|
--json |
flag | off | Emit JSON on stdout instead of the line. |
--help, -h
|
flag | off | Print the help for this command on stdout and exit 0. |
$ ed machines disconnect tuf
disconnected
{
"connected": false,
"machine": "Asus TUF 7"
}ed machines disconnect tuf
ed machines disconnect tuf --json
This is the one connection verb that does not dial: it resolves the machine,
sends ssh -O exit down the control socket, and deletes the socket file. A
machine that was not connected is reported as disconnected and exits 0, rather
than being treated as an error.
It closes the connection the app shares, so any port forwards opened with
ed machines forwards on go down with it, and the app's own Machines view
reconnects the next time it needs to.
An unknown machine name exits 3. Nothing else here can fail.
-
ed machines, 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