Create a new Sandbox using the experimental V2 backend.
Supported features include exec, encrypted tunnels, wait/poll/terminate, CPU and memory configuration, region placement, volumes, cloud bucket mounts (with static credentials via Secret), and filesystem snapshots.
Features like tags, memory snapshots, GPUs, custom domains, OIDC identity
tokens (including oidcAuthRoleArn on a CloudBucketMount),
proxies, and readiness probes are not supported.
V2 sandboxes created with this method are not currently returned by client.sandboxes.list() and cannot be looked up with client.sandboxes.fromName(). Store sandbox.sandboxId if you need to retrieve the sandbox later, and use client.sandboxes.fromId() to reattach.
Get a running Sandbox by name from a deployed App.
Raises a NotFoundError if no running Sandbox is found with the given name.
A Sandbox's name is the name argument passed to sandboxes.create().
Name of the deployed App
Name of the Sandbox
Optionalparams: SandboxFromNameParamsOptional parameters for getting the Sandbox
Promise that resolves to a Sandbox
List all Sandboxes for the current Environment or App ID (if specified). If tags are specified, only Sandboxes that have at least those tags are returned.
Service for managing Sandboxes.
Normally only ever accessed via the client as: