{ "opencollection": "1.0.0", "info": { "name": "Dokploy admin compose API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "compose", "type": "folder" }, "items": [ { "info": { "name": "compose-create", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/compose.create", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "compose-one", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/compose.one", "params": [ { "name": "composeId", "value": "", "type": "query" } ] } }, { "info": { "name": "compose-update", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/compose.update", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "compose-saveEnvironment", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/compose.saveEnvironment", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "compose-delete", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/compose.delete", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "compose-cleanQueues", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/compose.cleanQueues", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "compose-clearDeployments", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/compose.clearDeployments", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "compose-killBuild", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/compose.killBuild", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "compose-loadServices", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/compose.loadServices", "params": [ { "name": "composeId", "value": "", "type": "query" }, { "name": "type", "value": "", "type": "query" } ] } }, { "info": { "name": "compose-loadMountsByService", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/compose.loadMountsByService", "params": [ { "name": "composeId", "value": "", "type": "query" }, { "name": "serviceName", "value": "", "type": "query" } ] } }, { "info": { "name": "compose-fetchSourceType", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/compose.fetchSourceType", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "compose-randomizeCompose", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/compose.randomizeCompose", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "compose-isolatedDeployment", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/compose.isolatedDeployment", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "compose-getConvertedCompose", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/compose.getConvertedCompose", "params": [ { "name": "composeId", "value": "", "type": "query" } ] } }, { "info": { "name": "compose-deploy", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/compose.deploy", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "compose-redeploy", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/compose.redeploy", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "compose-stop", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/compose.stop", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "compose-start", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/compose.start", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "compose-getDefaultCommand", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/compose.getDefaultCommand", "params": [ { "name": "composeId", "value": "", "type": "query" } ] } }, { "info": { "name": "compose-refreshToken", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/compose.refreshToken", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "compose-deployTemplate", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/compose.deployTemplate", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "compose-templates", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/compose.templates", "params": [ { "name": "baseUrl", "value": "", "type": "query" } ] } }, { "info": { "name": "compose-getTags", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/compose.getTags", "params": [ { "name": "baseUrl", "value": "", "type": "query" } ] } }, { "info": { "name": "compose-disconnectGitProvider", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/compose.disconnectGitProvider", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "compose-move", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/compose.move", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "compose-processTemplate", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/compose.processTemplate", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "compose-previewTemplate", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/compose.previewTemplate", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "compose-import", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/compose.import", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "compose-cancelDeployment", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/compose.cancelDeployment", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "compose-search", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/compose.search", "params": [ { "name": "q", "value": "", "type": "query" }, { "name": "name", "value": "", "type": "query" }, { "name": "appName", "value": "", "type": "query" }, { "name": "description", "value": "", "type": "query" }, { "name": "projectId", "value": "", "type": "query" }, { "name": "environmentId", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" } ] } }, { "info": { "name": "compose-readLogs", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/compose.readLogs", "params": [ { "name": "composeId", "value": "", "type": "query" }, { "name": "containerId", "value": "", "type": "query" }, { "name": "tail", "value": "", "type": "query" }, { "name": "since", "value": "", "type": "query" }, { "name": "search", "value": "", "type": "query" } ] } } ] } ], "bundled": true }