nullspace sandbox create to boot a sandbox from a template or reusable
snapshot. The command returns the sandbox ID and connection metadata.
Create From A Template
--json when you want the full response:
Use A Template Warm Pool
Pass--warm-pool when a sandbox should try to claim ready capacity from a
template warm pool:
--warm-pool-mode require for latency-sensitive work that should fail with
warm_pool_unavailable instead of cold creating when no matching ready
instance is available. Use --warm-pool-mode bypass to force a cold create.
Working Directory, Environment, And Metadata
/workspace, but commands
and file APIs can use other absolute paths inside the sandbox.
Timeouts And Auto-Resume
--on-timeout pause at create time when the sandbox should hibernate instead
of being destroyed, especially with --auto-resume. The lower-level
--timeout-action hibernate flag maps directly to the API timeout_action
field; use it only when you intentionally need that raw field. For an existing
sandbox, use nullspace sandbox timeout set ... --action hibernate.
Create From A Snapshot
Attach Volumes
Networking And Desktop Options
allow_out entries are CIDR ranges. Desktop create options are only valid for
desktop templates.