compose_run public webhooks
string · uuid · requiredstring · uuid · requiredstringstringstring · uuidstringboolean
User-facing webhooks for triggering platform actions from external systems (CI/CD, schedulers, etc.).
Trigger a stack redeploy via API key (alternate verb)
GET
https://app.composerun.eu/api/v1
/webhook/deploy
Trigger a stack redeploy via API key
POST
https://app.composerun.eu/api/v1
/webhook/deploy
Re-runs the deploy pipeline on a stack from an external trigger
(CI/CD, scheduler, etc.). Authentication is performed via an org
api_key with the deploy scope, passed either as the token query
parameter or as a token header.
Accepts any HTTP method; behavior is identical.
query Parameters
stack_idUUID of the stack to redeploy
project_idUUID of the project the stack belongs to
tokenAPI key (alternative to the token header). Must have the deploy scope.
Headers
tokenAPI key (alternative to the token query parameter). Must have the deploy scope.
Trigger a stack redeploy via API key › Responses
Deploy triggered
idstatussync