{ "opencollection": "1.0.0", "info": { "name": "AMD Developer Cloud Configuration Instances API", "version": "1" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Instances", "type": "folder" }, "items": [ { "info": { "name": "AMD Developer Cloud List GPU Instances", "type": "http" }, "http": { "method": "GET", "url": "https://api.developer.amd.com/v1/instances", "params": [ { "name": "status", "value": "", "type": "query", "description": "Filter by instance status." }, { "name": "gpuType", "value": "", "type": "query", "description": "Filter by GPU type (e.g., mi300x, mi250)." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of instances to return." }, { "name": "offset", "value": "", "type": "query", "description": "Pagination offset." } ] }, "docs": "Retrieve all active GPU compute instances in the authenticated account." }, { "info": { "name": "AMD Developer Cloud Create GPU Instance", "type": "http" }, "http": { "method": "POST", "url": "https://api.developer.amd.com/v1/instances", "body": { "type": "json", "data": "{}" } }, "docs": "Launch a new AMD GPU compute instance with specified hardware configuration and ROCm environment." }, { "info": { "name": "AMD Developer Cloud Get GPU Instance", "type": "http" }, "http": { "method": "GET", "url": "https://api.developer.amd.com/v1/instances/:instanceId", "params": [ { "name": "instanceId", "value": "", "type": "path", "description": "GPU instance identifier." } ] }, "docs": "Retrieve details of a specific GPU compute instance including status, configuration, and resource utilization." }, { "info": { "name": "AMD Developer Cloud Terminate GPU Instance", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.developer.amd.com/v1/instances/:instanceId", "params": [ { "name": "instanceId", "value": "", "type": "path", "description": "GPU instance identifier." } ] }, "docs": "Terminate and remove an AMD GPU compute instance." } ] } ], "bundled": true }