Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X DELETE https://api.podflare.ai/v1/sandboxes/$SID
sbx.close() # or, automatically on context-manager exit: with Sandbox() as sbx: ... # destroyed on exit
await sbx.close();
Destroy the sandbox and free its resources.