Update quickstart health wait note

This commit is contained in:
Nathan Flurry 2026-03-05 23:05:30 -08:00
parent e7b5551d73
commit d1c32b8a7e

View file

@ -188,8 +188,6 @@ icon: "rocket"
token: process.env.SANDBOX_TOKEN,
});
```
`SandboxAgent.connect(...)` waits for `/v1/health` by default. Pass `waitForHealth: false` to disable that behavior, or `waitForHealth: { timeoutMs: 120_000 }` to cap the wait.
</Tab>
<Tab title="curl">