Timed Extension
If you still want an auto-stop deadline, extend the Box instead:2592000 seconds is 30 days. This is the maximum numeric TTL accepted by the Box API; larger values are capped to 30 days.
Resume and Fork
box stop snapshots the filesystem. box resume restores that filesystem, and box fork creates a new Box from the latest snapshot.
Do not rely on running processes surviving a stop/resume or fork boundary. After a resume or fork, check your app server, background workers, dev server, tunnels, browser session, and any other runtime processes, and start them again if needed.
For repeatable workflows, keep setup and start commands idempotent: