Start Sandcastle
Sandcastles
Start Sandcastle
Start a new Python sandcastle, or restart a specific one
POST
Start Sandcastle
Omit the body (or send
{}) to create a new sandcastle. To restart an existing one, pass back the sandbox_id you got from create or list: {"sandbox_id": "..."}. You can only restart your own sandcastles.Authorizations
API key or JWT token
Body
application/json
Restart an existing sandcastle by passing back the sandbox_id returned by create or list; omit to create a new sandcastle. You can only restart your own sandcastles.