metadata field when creating a sandbox. The key is idle_timeout and the value is the number of seconds as a string.
Basic usage
Pausing instead of killing
If you want the sandbox to be paused instead so you can resume it later, enable the auto-pause option.Combining with other metadata
Theidle_timeout metadata key can be combined with other metadata keys you may already use.
Disabling idle timeout
To explicitly disable the idle timeout for a sandbox, simply omit theidle_timeout key from the metadata, or set it to 0.