# Vercel Sandbox 2.4.0 - Product: Vercel Sandbox (https://whatsnew.fyi/product/vercel-sandbox) - Vendor: Vercel - Date: 2026-07-03 - Version: 2.4.0 - Original notes: https://github.com/vercel/sandbox/releases/tag/%40vercel/sandbox%402.4.0 - Permalink: https://whatsnew.fyi/product/vercel-sandbox/releases/2.4.0 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **added** — Expose `expiresAt` field in `Sandbox.list` and `Sandbox.get` to report the live timeout deadline of running sandboxes - **added** — Display `TIMEOUT` column in `sandbox list` command showing the current session's deadline including any timeout extensions - **changed** — `Sandbox.update({ timeout })` and `sandbox config timeout` now extend the currently running session so timeout changes take effect immediately instead of only applying to future sessions ###### Minor Changes - Report the live timeout deadline of running sandboxes. `Sandbox.list` and `Sandbox.get` now expose `expiresAt`, reflecting the current session's deadline including any timeout extensions, and `sandbox list` renders it in the `TIMEOUT` column. `Sandbox.update({ timeout })` (and `sandbox config timeout`) now also extends the currently running session so an increased timeout takes effect immediately instead of only applying to future sessions. ([#239](https://github.com/vercel/sandbox/pull/239))