microagent ps
Last updated: 2026-06-23
microagent ps [--state-dir <dir>]ps prints the live workspace view: workspaces whose VM state is starting,
running, paused, quarantined, or stopping. It does not show stopped persistent
workspaces. Use list for the full saved-workspace inventory.
Examples
Section titled “Examples”Show running workspaces:
microagent psmicroagent --json psText output uses the same columns as list:
NAME STATE BACKEND PROFILE NETWORK RESTARTresearch running firecracker medium user on-failureWhen no VMs are live, the text output is:
No workspaces.With --json, the rows are returned under workspaces.
| Flag | Description |
|---|---|
--state-dir <dir> | State directory to scan (default ~/.microagent/) |
--json | Global flag before ps; print structured JSON output |
See global flags for --json/--text/--output/--mode.