Update a sandbox
Update a sandbox’s display name, retention, resources, tags, or proxy configuration. The name must be unique within the tenant. Proxy configuration sent to a sandbox that is not running is stored and applied when it next starts.
Authorizations
Path Parameters
Current sandbox display name
Body
0 <= x <= 2147483640New memory for the sandbox, in bytes. The 4 GiB per vCPU ratio applies when the sandbox is created; a resize enforces only the maximum of 64 GiB.
RunConfig changes what subsequent commands run with: user and work_dir replace the current values, env_vars merge over them. Commands already running are unaffected.
Response
OK
RunConfig is what the sandbox's commands run with: the user, working directory and base env beneath env_vars.

