{ "opencollection": "1.0.0", "info": { "name": "Dokploy admin rollback API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "rollback", "type": "folder" }, "items": [ { "info": { "name": "rollback-delete", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/rollback.delete", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "rollback-rollback", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/rollback.rollback", "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }