{ "opencollection": "1.0.0", "info": { "name": "NVIDIA Run:ai Access Keys Trainings API", "version": "latest" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Trainings", "type": "folder" }, "items": [ { "info": { "name": "Create a training.", "type": "http" }, "http": { "method": "POST", "url": "https://app.run.ai/api/v1/workloads/trainings", "body": { "type": "json", "data": "{}" } }, "docs": "Create a training workload using container related fields." }, { "info": { "name": "Get training data.", "type": "http" }, "http": { "method": "GET", "url": "https://app.run.ai/api/v1/workloads/trainings/:workloadId", "params": [ { "name": "workloadId", "value": "", "type": "path", "description": "The Universally Unique Identifier (UUID) of the workload." } ] }, "docs": "Retrieve training details using a workload id." }, { "info": { "name": "Delete a training.", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.run.ai/api/v1/workloads/trainings/:workloadId", "params": [ { "name": "workloadId", "value": "", "type": "path", "description": "The Universally Unique Identifier (UUID) of the workload." } ] }, "docs": "Delete a training using a workload id." }, { "info": { "name": "Suspend a training.", "type": "http" }, "http": { "method": "POST", "url": "https://app.run.ai/api/v1/workloads/trainings/:workloadId/suspend", "params": [ { "name": "workloadId", "value": "", "type": "path", "description": "The Universally Unique Identifier (UUID) of the workload." } ] }, "docs": "Suspend a training from running using a workload id." }, { "info": { "name": "Resume a training.", "type": "http" }, "http": { "method": "POST", "url": "https://app.run.ai/api/v1/workloads/trainings/:workloadId/resume", "params": [ { "name": "workloadId", "value": "", "type": "path", "description": "The Universally Unique Identifier (UUID) of the workload." } ] }, "docs": "Resume a training that was suspended using a workload id." } ] } ], "bundled": true }