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