Skip to content

Commit 8d81a20

Browse files
authored
Remove 30-day sandbox lifetime limit from persistence docs (#94)
The sandbox persistence documentation no longer references the 30-day maximum lifetime restriction.
1 parent 9aece5f commit 8d81a20

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

docs/sandbox/persistence.mdx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -276,13 +276,6 @@ If you resume the sandbox, the service will be accessible again but you need to
276276

277277
## Limitations while in beta
278278

279-
### Lifecycle duration
280-
- A sandbox can exist for **up to 30 days** from the initial `create` call.
281-
- After 30 days, sandbox data **may be deleted** and the sandbox can no longer be resumed.
282-
- Attempting to resume a deleted or non-existent sandbox will result in:
283-
- `NotFoundError` in the JavaScript SDK
284-
- `NotFoundException` in the Python SDK
285-
286279
### Pause and resume performance
287280
- Pausing a sandbox takes approximately **4 seconds per 1 GiB of RAM**
288281
- Resuming a sandbox takes approximately **1 second**
@@ -292,4 +285,3 @@ If you resume the sandbox, the service will be accessible again but you need to
292285
- **24 hours** on the **Pro tier**
293286
- **1 hour** on the **Base tier**
294287
- After a sandbox is paused and resumed, the continuous runtime limit is **reset**
295-
- The **30-day total lifetime limit** still applies regardless of how many times the sandbox is paused or resumed

0 commit comments

Comments
 (0)