Ask a question to get started
Enter to send•Shift+Enter new line
close(): Promise<void>
Close the sandbox and release all resources.
After closing, the sandbox cannot be used again. The sandbox is deleted from Daytona's infrastructure.
try { await sandbox.execute("npm run build"); } finally { await sandbox.close(); }