bhatti edit
Update mutable settings on a running or stopped sandbox.
Synopsis
Section titled “Synopsis”bhatti edit <sandbox> --keep-hot bhatti edit <sandbox> --allow-cold
Description
Section titled “Description”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.
Examples
Section titled “Examples”# Pin an autonomous agent so it's never pausedbhatti edit my-agent --keep-hot# Re-enable automatic thermal transitionsbhatti edit my-agent --allow-coldOptions
Section titled “Options”| Flag | Default | Description |
|---|---|---|
--keep-hot | false | Disable thermal transitions. Wakes the sandbox if it was stopped. |
--allow-cold | false | Re-enable thermal transitions. Does not actively pause the sandbox. |
See Global flags for --url, --token, --json, --timing, --data-dir.
See also
Section titled “See also”bhatti create --keep-hot— set this at creation- Thermal states — how hot/warm/cold transitions work
- API:
PATCH /sandboxes/:id