Ask a question to get started
Enter to send•Shift+Enter new line
wait_for_sandbox( self, name: str, *, timeout: int = 120, poll_interval: float
name
str
timeout
int
120
poll_interval
float
1.0
Poll until a sandbox reaches "ready" or "failed" status.
Uses the lightweight status endpoint for polling, then fetches the full sandbox data once ready.
Sandbox name.
Maximum time to wait in seconds.
Time between status checks in seconds.