{ "opencollection": "1.0.0", "info": { "name": "Thunder Compute Instances Snapshots API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Snapshots", "type": "folder" }, "items": [ { "info": { "name": "Create a snapshot from a running instance.", "type": "http" }, "http": { "method": "POST", "url": "https://api.thundercompute.com:8443/v1/snapshots/create", "body": { "type": "json", "data": "{}" } }, "docs": "Create a snapshot from a running instance." }, { "info": { "name": "List all snapshots for the account.", "type": "http" }, "http": { "method": "GET", "url": "https://api.thundercompute.com:8443/v1/snapshots/list" }, "docs": "List all snapshots for the account." }, { "info": { "name": "Delete a snapshot.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.thundercompute.com:8443/v1/snapshots/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The snapshot identifier." } ] }, "docs": "Delete a snapshot." } ] } ], "bundled": true }