Skip to content

CLI Machines Docker Unpause

github-actions[bot] edited this page Aug 9, 2026 · 1 revision

ed machines docker unpause

Lets a frozen container run again.

ed machines docker unpause [--json] <machine> <container>...

Arguments

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 resume. Docker is given all of them in one call.

Options

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.

--json shape

{
  "action": "unpause",
  "containers": [
    "open-webui"
  ],
  "machine": "Asus TUF 7"
}

Examples

ed machines tuf docker unpause open-webui
ed machines tuf docker unpause open-webui --json

Behaviour notes

Runs docker unpause <container> under a 120 second ceiling. Unpausing a container that is not paused exits 1 with docker's complaint as the hint.

Where to go next

CLI reference

Getting Started
Config
App
Extensions
Permissions
Usage
System
Music
Calendar
Clipboard
Color
Download
Apps
Tools
Shelf
Cleaner
Machines
Machines Remote
Machines Docker
Machines Files
Machines Power
Machines Workspace
Companion
Herdr
Lid Awake
Machines Thermal

Guides

Clone this wiki locally