Endpoint
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Sandbox ID returned from create. |
Request
Multipart form upload. Must be a.zip file.
Response
Example
How to zip your project
Zip from inside your project folder so folder structure is preserved:For test mode to work correctly, your test files must be in the right directory — e.g.
tests/test_app.py for Python. Uploading as a zip preserves this structure automatically.