{ "opencollection": "1.0.0", "info": { "name": "JFrog Access REST Access Tokens Deployments API", "version": "2.x" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Deployments", "type": "folder" }, "items": [ { "info": { "name": "JFrog List Deployments", "type": "http" }, "http": { "method": "GET", "url": "https://{server}.jfrog.io/access/v1/deployments" }, "docs": "Returns a list of all model deployments." }, { "info": { "name": "JFrog Create Deployment", "type": "http" }, "http": { "method": "POST", "url": "https://{server}.jfrog.io/access/v1/deployments", "body": { "type": "json", "data": "{}" } }, "docs": "Deploys a model version for serving predictions." }, { "info": { "name": "JFrog Get Deployment", "type": "http" }, "http": { "method": "GET", "url": "https://{server}.jfrog.io/access/v1/deployments/:deploymentId", "params": [ { "name": "deploymentId", "value": "", "type": "path", "description": "Deployment ID" } ] }, "docs": "Returns details for a specific deployment." }, { "info": { "name": "JFrog Delete Deployment", "type": "http" }, "http": { "method": "DELETE", "url": "https://{server}.jfrog.io/access/v1/deployments/:deploymentId", "params": [ { "name": "deploymentId", "value": "", "type": "path", "description": "Deployment ID" } ] }, "docs": "Removes a model deployment." } ] } ], "bundled": true }