Notebook.snapshot¶
Save a point-in-time snapshot of this notebook.
Signature¶
snapshot() -> dict[str, Any]
HTTP parameters¶
| Name | In | Type | Required | Default |
|---|---|---|---|---|
notebook_id |
path |
string |
yes | - |
Return shape¶
HTTP 200 — OK
object
Permission¶
Required permission: notebook:update
HTTP¶
POST /api/notebooks/{id}/snapshot (snapshotNotebook)
Usage¶
notebook.snapshot()