{ "opencollection": "1.0.0", "info": { "name": "Qovery Account Info Application Actions API", "version": "1.0.4" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Application Actions", "type": "folder" }, "items": [ { "info": { "name": "Deploy application", "type": "http" }, "http": { "method": "POST", "url": "https://api.qovery.com/application/:applicationId/deploy", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "Application ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "You must provide a git commit id" }, { "info": { "name": "Uninstall application", "type": "http" }, "http": { "method": "POST", "url": "https://api.qovery.com/application/:applicationId/uninstall", "params": [ { "name": "applicationId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Delete the resources of an application but keep the Qovery config.\n" }, { "info": { "name": "Stop application", "type": "http" }, "http": { "method": "POST", "url": "https://api.qovery.com/application/:applicationId/stop", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "Application ID" } ] }, "docs": "Stop application" }, { "info": { "name": "Redeploy application", "type": "http" }, "http": { "method": "POST", "url": "https://api.qovery.com/application/:applicationId/redeploy", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "Application ID" } ] }, "docs": "Redeploy application" }, { "info": { "name": "Reboot application", "type": "http" }, "http": { "method": "POST", "url": "https://api.qovery.com/application/:applicationId/restart-service", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "Application ID" } ] }, "docs": "Reboot application" } ] } ], "bundled": true }