{ "opencollection": "1.0.0", "info": { "name": "Paperspace Container Registries Activity Snapshots API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Snapshots", "type": "folder" }, "items": [ { "info": { "name": "List Snapshots", "type": "http" }, "http": { "method": "GET", "url": "https://api.paperspace.com/v1/snapshots", "params": [ { "name": "machineId", "value": "", "type": "query" }, { "name": "after", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Retrieves all snapshots with filtering and pagination options." }, { "info": { "name": "Create Snapshot", "type": "http" }, "http": { "method": "POST", "url": "https://api.paperspace.com/v1/snapshots", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new snapshot for a specified machine." }, { "info": { "name": "Get Snapshot", "type": "http" }, "http": { "method": "GET", "url": "https://api.paperspace.com/v1/snapshots/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieves a single snapshot by its identifier." }, { "info": { "name": "Update Snapshot", "type": "http" }, "http": { "method": "PUT", "url": "https://api.paperspace.com/v1/snapshots/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Modifies snapshot details such as the name." }, { "info": { "name": "Delete Snapshot", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.paperspace.com/v1/snapshots/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Removes a snapshot from a machine." }, { "info": { "name": "Restore Snapshot", "type": "http" }, "http": { "method": "POST", "url": "https://api.paperspace.com/v1/snapshots/:id/restore", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Restores a machine to a previous snapshot state." } ] } ], "bundled": true }