Fire a trigger manually
POST/v1/projects/:project_id/triggers/:trigger_id:fire
Runs the trigger's target right now, outside its schedule, and waits for the run to finish. This is the …:fire action; the path segment is {trigger_id}:fire.
input is shallow-merged over the trigger's own stored input for this run only — the trigger's configuration is unchanged.
Request
Responses
- 200
- 400
- 401
- 404
- 409
The terminal firing record.
The request was malformed or failed validation.
Missing or invalid credentials.
The resource does not exist (existence is not leaked).
The trigger is inactive, so it cannot be fired.