{ "opencollection": "1.0.0", "info": { "name": "MLflow Tracking REST Artifacts Runs API", "version": "2.0" }, "items": [ { "info": { "name": "Runs", "type": "folder" }, "items": [ { "info": { "name": "Create run", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:5000/api/2.0/mlflow/runs/create", "body": { "type": "json", "data": "{}" } }, "docs": "Create run" }, { "info": { "name": "Update run", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:5000/api/2.0/mlflow/runs/update", "body": { "type": "json", "data": "{}" } }, "docs": "Update run" }, { "info": { "name": "Get run", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:5000/api/2.0/mlflow/runs/get", "params": [ { "name": "run_id", "value": "", "type": "query" } ] }, "docs": "Get run" }, { "info": { "name": "Search runs", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:5000/api/2.0/mlflow/runs/search", "body": { "type": "json", "data": "{}" } }, "docs": "Search runs" }, { "info": { "name": "Delete run", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:5000/api/2.0/mlflow/runs/delete", "body": { "type": "json", "data": "{}" } }, "docs": "Delete run" }, { "info": { "name": "Restore run", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:5000/api/2.0/mlflow/runs/restore", "body": { "type": "json", "data": "{}" } }, "docs": "Restore run" } ] } ], "bundled": true }