diff --git a/apps/web/src/app/(docs)/docs/sandbox/persistence/page.mdx b/apps/web/src/app/(docs)/docs/sandbox/persistence/page.mdx index cf9f63d25..1e3c2725f 100644 --- a/apps/web/src/app/(docs)/docs/sandbox/persistence/page.mdx +++ b/apps/web/src/app/(docs)/docs/sandbox/persistence/page.mdx @@ -145,4 +145,5 @@ If you resume the sandbox, the service will be accessible again but you need to ## Limitations while in beta - It takes about 4 seconds per 1 GB RAM to pause the sandbox - It takes about 1 second to resume the sandbox -- Sandbox can be paused up to 30 days \ No newline at end of file +- Sandbox can be paused up to 30 days + - After 30 days, the data will be deleted and you will not be able to resume the sandbox. Trying to resume sandbox that was deleted or does not exist will result in the `NotFoundError` error in JS SDK and `NotFoundException` exception in Python SDK