{ "opencollection": "1.0.0", "info": { "name": "Dokploy admin deployment API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "deployment", "type": "folder" }, "items": [ { "info": { "name": "deployment-all", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/deployment.all", "params": [ { "name": "applicationId", "value": "", "type": "query" } ] } }, { "info": { "name": "deployment-allByCompose", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/deployment.allByCompose", "params": [ { "name": "composeId", "value": "", "type": "query" } ] } }, { "info": { "name": "deployment-allByServer", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/deployment.allByServer", "params": [ { "name": "serverId", "value": "", "type": "query" } ] } }, { "info": { "name": "deployment-allCentralized", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/deployment.allCentralized" } }, { "info": { "name": "deployment-queueList", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/deployment.queueList" } }, { "info": { "name": "deployment-allByType", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/deployment.allByType", "params": [ { "name": "id", "value": "", "type": "query" }, { "name": "type", "value": "", "type": "query" } ] } }, { "info": { "name": "deployment-killProcess", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/deployment.killProcess", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "deployment-removeDeployment", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/deployment.removeDeployment", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "deployment-readLogs", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/deployment.readLogs", "params": [ { "name": "deploymentId", "value": "", "type": "query" }, { "name": "tail", "value": "", "type": "query" } ] } } ] } ], "bundled": true }