{ "opencollection": "1.0.0", "info": { "name": "Dokploy admin application API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "application", "type": "folder" }, "items": [ { "info": { "name": "application-create", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/application.create", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "application-one", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/application.one", "params": [ { "name": "applicationId", "value": "", "type": "query" } ] } }, { "info": { "name": "application-reload", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/application.reload", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "application-delete", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/application.delete", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "application-stop", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/application.stop", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "application-start", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/application.start", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "application-redeploy", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/application.redeploy", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "application-saveEnvironment", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/application.saveEnvironment", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "application-saveBuildType", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/application.saveBuildType", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "application-saveGithubProvider", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/application.saveGithubProvider", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "application-saveGitlabProvider", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/application.saveGitlabProvider", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "application-saveBitbucketProvider", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/application.saveBitbucketProvider", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "application-saveGiteaProvider", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/application.saveGiteaProvider", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "application-saveDockerProvider", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/application.saveDockerProvider", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "application-saveGitProvider", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/application.saveGitProvider", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "application-disconnectGitProvider", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/application.disconnectGitProvider", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "application-markRunning", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/application.markRunning", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "application-update", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/application.update", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "application-refreshToken", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/application.refreshToken", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "application-deploy", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/application.deploy", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "application-cleanQueues", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/application.cleanQueues", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "application-clearDeployments", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/application.clearDeployments", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "application-killBuild", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/application.killBuild", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "application-readTraefikConfig", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/application.readTraefikConfig", "params": [ { "name": "applicationId", "value": "", "type": "query" } ] } }, { "info": { "name": "application-dropDeployment", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/application.dropDeployment", "body": { "type": "multipart-form", "data": [ { "name": "applicationId", "type": "text", "value": "" }, { "name": "zip", "type": "text", "value": "" }, { "name": "dropBuildPath", "type": "text", "value": "" } ] } } }, { "info": { "name": "application-updateTraefikConfig", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/application.updateTraefikConfig", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "application-readAppMonitoring", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/application.readAppMonitoring", "params": [ { "name": "appName", "value": "", "type": "query" } ] } }, { "info": { "name": "application-move", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/application.move", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "application-cancelDeployment", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/application.cancelDeployment", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "application-search", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/application.search", "params": [ { "name": "q", "value": "", "type": "query" }, { "name": "name", "value": "", "type": "query" }, { "name": "appName", "value": "", "type": "query" }, { "name": "description", "value": "", "type": "query" }, { "name": "repository", "value": "", "type": "query" }, { "name": "owner", "value": "", "type": "query" }, { "name": "dockerImage", "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": "application-readLogs", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/application.readLogs", "params": [ { "name": "applicationId", "value": "", "type": "query" }, { "name": "tail", "value": "", "type": "query" }, { "name": "since", "value": "", "type": "query" }, { "name": "search", "value": "", "type": "query" } ] } } ] } ], "bundled": true }