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: packages/python-sdk/e2b/sandbox/sandbox_api.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -187,7 +187,7 @@ class SnapshotInfo:
187
187
"""Information about a snapshot."""
188
188
189
189
snapshot_id: str
190
-
"""Unique identifier for the snapshot. Can be used as template ID in Sandbox.create() to create a new sandbox from this snapshot."""
190
+
"""Snapshot identifier — template ID with tag, or namespaced name with tag (e.g. my-snapshot:latest). Can be used with Sandbox.create() to create a new sandbox from this snapshot."""
0 commit comments