SIGKILL, or a laptop that slept before teardown can leave one behind — burning your Docker daemon, your E2B credits, or your Modal quota. Two commands find and reclaim them.
Quick Start
1
See what is still running
2
Reclaim it
3
Confirm it is gone
How It Works
Docker containers are found cross-process by thepraisonai=managed label and the praisonai_<id> name, so containers started by an earlier script are visible from a fresh CLI.
When a provider can’t be queried
From a script
0 when the query is clean, 1 if any provider errored.
Best Practices
Run managed ps after any crash
Run managed ps after any crash
Any time a script that used
run_on= crashed or you killed it, run managed ps before starting a new run. Costs stack quietly.Wire stop --all into your exit hooks
Wire stop --all into your exit hooks
For long-running dev sessions, wire
praisonai managed stop --all into your shell’s exit trap or your IDE’s on-close hook so nothing is left behind when you close the laptop.local is not scanned — on purpose
local is not scanned — on purpose
managed ps scans docker, e2b, modal, daytona, flyio, tenki. local runs on this machine and has nothing to reclaim.Related
Shared Sandbox
What
run_on= does and how to choose a providerManaged CLI
Full
praisonai managed command reference
