-
Notifications
You must be signed in to change notification settings - Fork 4
CLI Machines Docker Pause
github-actions[bot] edited this page Aug 9, 2026
·
1 revision
Freezes a container's processes without stopping it.
ed machines docker pause [--json] <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 freeze. 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. |
--help, -h
|
flag | off | Print the help for this command on stdout and exit 0. |
{
"action": "pause",
"containers": [
"open-webui"
],
"machine": "Asus TUF 7"
}ed machines tuf docker pause open-webui
ed machines tuf docker pause open-webui --json
Runs docker pause <container> under a 120 second ceiling. The container keeps
its memory and its ports; its processes simply stop being scheduled.
A paused container reports state: "paused", which ed machines docker ps
counts as not running, so it vanishes from a bare ps and only reappears with
--all. Pausing something already paused is an error on docker's side and exits
1.
-
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