You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/docs/src/content/docs/en/sandbox-management.mdx
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -208,7 +208,6 @@ Setting ["autoDeleteInterval: 0"](#auto-delete-interval) has the same effect as
208
208
Daytona Sandboxes provide configurable network firewall controls to enhance security and manage connectivity. By default, network access follows standard security policies, but you can customize network settings when creating a Sandbox.
209
209
Learn more about network limits in the [Network Limits](/docs/en/network-limits) documentation.
210
210
211
-
212
211
## Sandbox Information
213
212
214
213
The Daytona SDK provides methods to get information about a Sandbox, such as ID, root directory, and status using Python and TypeScript.
@@ -389,15 +388,15 @@ Daytona Sandboxes can be automatically stopped, archived, and deleted based on u
389
388
390
389
The auto-stop interval parameter sets the amount of time after which a running Sandbox will be automatically stopped.
391
390
391
+
Sandbox activity, such as SDK API calls or network requests through [preview URLs](/docs/en/preview-and-authentication), will reset the auto-stop timer.
392
+
392
393
The parameter can either be set to:
393
394
394
395
- a time interval in minutes
395
396
-`0`, which disables the auto-stop functionality, allowing the sandbox to run indefinitely
396
397
397
398
If the parameter is not set, the default interval of `15` minutes will be used.
0 commit comments