Ask a question to get started
Enter to send•Shift+Enter new line
delete(): Promise<void>
Delete this sandbox.
const sandbox = await client.createSandbox(snapshot.id); try { await sandbox.run("echo hello"); } finally { await sandbox.delete(); }