Skip to content

bhatti edit

Update mutable settings on a running or stopped sandbox.

Synopsis

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

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

# Pin an autonomous agent so it's never paused
bhatti edit my-agent --keep-hot
# Re-enable automatic thermal transitions
bhatti edit my-agent --allow-cold

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