MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / list_ids

Method list_ids

python/openshell/sandbox.py:435–436  ·  view source on GitHub ↗
(self, *, limit: int = 100, offset: int = 0)

Source from the content-addressed store, hash-verified

433 return [_sandbox_ref(item) for item in response.sandboxes]
434
435 def list_ids(self, *, limit: int = 100, offset: int = 0) -> builtins.list[str]:
436 return [item.id for item in self.list(limit=limit, offset=offset)]
437
438 def delete(self, sandbox_name: str) -> bool:
439 response = self._stub.DeleteSandbox(

Calls 1

listMethod · 0.95

Tested by 2