We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcdd039 commit 3864e31Copy full SHA for 3864e31
Sandbox-API/Sandbox.py
@@ -189,7 +189,7 @@ def get_sandboxes_details_by_name(self, sandbox_name):
189
return return_dict
190
191
def get_sandbox_ids(self, sandbox_name):
192
- """Returns the sandbox id, given sandbox name
+ """Returns the sandbox ids for the given sandbox name
193
:param sandbox_name: Sandbox name
194
:return: Sandbox id
195
"""
@@ -212,7 +212,7 @@ def stop_sandbox(self, sandbox_id):
212
return response.ok
213
214
def stop_sandboxes_by_name(self, sandbox_name):
215
- """Stop the sandbox given sandbox name
+ """Stop all the sandboxes with the given sandbox name
216
217
:return: True if success, False if not
218
0 commit comments