Kill and destroy a sandbox and its underlying Firecracker VM.
killed and instructs the orchestrator to terminate the
VM. This action is irreversible — all in-memory state and filesystem contents are
lost. Returns { "killed": true } on success.
sbx-<8 chars>.Example: sbx-a1b2c3d4true when the sandbox was found and the kill was dispatched.kill() method wraps this endpoint. Always call it in a try/finally
block to avoid leaving orphaned sandboxes running.| Status | Cause |
|---|---|
401 | Missing or invalid API key |
404 | Sandbox not found |