Skip to content

bhatti edit

Update mutable settings on a running or stopped sandbox.

bhatti edit <sandbox> --keep-hot
bhatti edit <sandbox> --allow-cold

Currently the only mutable setting is the thermal-management toggle. Resource fields like cpus and memory_mb are immutable after creation — destroy and re-create instead.

Setting --keep-hot on a stopped sandbox immediately wakes it, since “kept hot” implies running. Setting --allow-cold doesn’t pause the sandbox; it just re-enables the thermal manager’s automatic transitions.

--keep-hot and --allow-cold are mutually exclusive.

Terminal window
# Pin an autonomous agent so it's never paused
bhatti edit my-agent --keep-hot
Terminal window
# Re-enable automatic thermal transitions
bhatti edit my-agent --allow-cold
FlagDefaultDescription
--keep-hotfalseDisable thermal transitions. Wakes the sandbox if it was stopped.
--allow-coldfalseRe-enable thermal transitions. Does not actively pause the sandbox.

See Global flags for --url, --token, --json, --timing, --data-dir.