Sandbox.connect() to reconnect to an existing sandbox. This is useful for:
- Resuming work on a sandbox after your application restarts
- Connecting multiple clients to the same sandbox
- Resuming paused sandboxes (beta feature)
Connect to Running Sandbox
Check if Sandbox is Running
Before connecting, you can check if a sandbox is still active:Get Sandbox Information
Retrieve metadata and status of a connected sandbox:Resume Paused Sandbox (Beta)
If a sandbox was paused usingbeta_pause(), reconnect with connect():