start(
self,
*,
timeout: int = 120,
headers: RequestHeaders = None
) ->| Name | Type | Description |
|---|---|---|
timeout | int | Default: 120 |
headers | RequestHeaders | Default: None |
Start a stopped sandbox and wait until ready.
After starting, the sandbox's status and dataplane_url are updated in place.
Timeout in seconds when waiting for ready.
Optional per-request header overrides.