Skip to main content
DELETE
/
v1
/
sandboxes
/
{id}
curl -X DELETE https://api.podflare.ai/v1/sandboxes/$SID

Documentation Index

Fetch the complete documentation index at: https://docs.podflare.ai/llms.txt

Use this file to discover all available pages before exploring further.

id
string
required
Sandbox id.
curl -X DELETE https://api.podflare.ai/v1/sandboxes/$SID

What happens

The sandbox’s microVM is stopped, its working directory is cleaned up, and its id is removed from the server’s active set. Destroying an already-destroyed id is a no-op (200 or 204).

Typical time

~30–50 ms end-to-end.