curl -X POST http://localhost:3000/api/deploy -H 'Authorization: Bearer $API_TOKEN' -H 'Content-Type: application/json' -d '{"appName": "myapp"}'

Category: Dokploy

curl -X POST http://localhost:3000/api/deploy -H 'Authorization: Bearer $API_TOKEN' -H 'Content-Type: application/json' -d '{"appName": "myapp"}'

Trigger a deployment via Dokploy's REST API — useful for CI/CD integration

Programmatically triggers a deployment without the CLI. Replace <token> with your API token from Dokploy Settings. Integrate this into GitHub Actions, GitLab CI, or any script that needs to deploy after a build.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.