File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ def create(
152152 delete_after_sleep: If >0, automatically delete the sandbox if service sleeps due to inactivity
153153 after this many seconds.
154154 app_id: If provided, create the sandbox service in an existing app instead of creating a new one.
155- enable_mesh: If True, enables service mesh for the deployment (default: False)
155+ enable_mesh: If True, enables service mesh (default: False)
156156
157157 Returns:
158158 Sandbox: A new Sandbox instance
@@ -1000,7 +1000,7 @@ async def create(
10001000 delete_after_inactivity_delay: If >0, automatically delete the sandbox if service sleeps due to inactivity
10011001 after this many seconds.
10021002 app_id: If provided, create the sandbox service in an existing app instead of creating a new one.
1003- enable_mesh: If True, enables service mesh for the deployment (default: False)
1003+ enable_mesh: If True, enables service mesh (default: False)
10041004
10051005 Returns:
10061006 AsyncSandbox: A new AsyncSandbox instance
You can’t perform that action at this time.
0 commit comments