{ "opencollection": "1.0.0", "info": { "name": "Thunder Compute Instances API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Instances", "type": "folder" }, "items": [ { "info": { "name": "Create a new on-demand GPU instance.", "type": "http" }, "http": { "method": "POST", "url": "https://api.thundercompute.com:8443/v1/instances/create", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new on-demand GPU instance." }, { "info": { "name": "List all instances for the authenticated account.", "type": "http" }, "http": { "method": "GET", "url": "https://api.thundercompute.com:8443/v1/instances/list" }, "docs": "List all instances for the authenticated account." }, { "info": { "name": "Modify an existing instance configuration.", "type": "http" }, "http": { "method": "POST", "url": "https://api.thundercompute.com:8443/v1/instances/:id/modify", "params": [ { "name": "id", "value": "", "type": "path", "description": "The instance identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Modify an existing instance configuration." }, { "info": { "name": "Delete an instance.", "type": "http" }, "http": { "method": "POST", "url": "https://api.thundercompute.com:8443/v1/instances/:id/delete", "params": [ { "name": "id", "value": "", "type": "path", "description": "The instance identifier." } ] }, "docs": "Delete an instance." }, { "info": { "name": "Add an SSH key to a specific instance.", "type": "http" }, "http": { "method": "POST", "url": "https://api.thundercompute.com:8443/v1/instances/:id/add_key", "params": [ { "name": "id", "value": "", "type": "path", "description": "The instance identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add an SSH key to a specific instance." }, { "info": { "name": "Atomically add or remove forwarded HTTP ports for an instance.", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.thundercompute.com:8443/v1/instances/:id/ports", "params": [ { "name": "id", "value": "", "type": "path", "description": "The instance identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Atomically add or remove forwarded HTTP ports for an instance." } ] } ], "bundled": true }