Overview

Core concepts

Snapshot, pause or fork?#

You want to… Use Why
Stop paying for an idle sandbox and come back later Pause Same sandbox ID, state kept indefinitely
Try several approaches from the same point, right now Fork Up to 100 running copies in one call
Keep a checkpoint to start from again and again Snapshot Persistent, one-to-many, original keeps running
Make every sandbox start with your stack preinstalled Template Compact memory and prefetching make templates the faster boot

Next#

Updated

Was this page helpful?