Per-User Selection
Each user opens Settings → Application and picks an image in the Default Sandbox dropdown. Entries are the image references from your saved configurations. Leaving the setting on System default uses the configuration namedv1_current, or the first configuration in the list if no v1_current
exists. All of the user’s new conversations use their selected image.
Per-Conversation via the API
To target a specific image for a single conversation regardless of the user’s default:How Warm Pods Are Claimed
A conversation claims a warm pod only when the pod exactly matches the requested image, command, working directory, environment (ignoring a fixed set of session-specific variables), andrun_as_user / run_as_group /
fs_group. Because the application requests exactly what the selected
configuration declares, conversations started through the OpenHands UI match
automatically.
Cold starts still happen when:
- All warm pods for the selected image are already claimed (
counttoo low for current traffic). - The configuration changed in the last minute, so old pods no longer match and replacements are still starting.
- Warm pods cannot reach
Ready(image pull failures, insufficient node resources).
session_id label, and the reconciler creates a fresh warm pod to
replace it within a minute.
