Command Palette
Search for a command to run

Stop a sandbox

Stop a running sandbox without deleting it

POST
/auth/v1/seed/{namespace}/sandbox/{id}/stop

Stop a running sandbox. The sandbox record is preserved and can be inspected, but it no longer consumes compute resources. Use Delete a sandbox to remove it entirely.

Path parameters

namespace type: string (required)
The namespace (user or organization) the sandbox belongs to.
id type: string (required)
The sandbox ID.