Take back a scheduled release before its window lapses.
POST/api/tasks/:id/stop
A stop window is delegation with a catch: the act runs on the runtime's clock unless a human takes it back. Until this route existed there was no way to take anything back, so the catch was decorative and every window was an automatic release the operator could not reach.
409 when the act is no longer open — it already fired, or somebody else already
stopped it. That is not a success and must not be reported as one: the operator
needs to know the thing they tried to stop is already gone.
Request
Responses
- 200
- 409
the release was taken back and will not fire
the act is no longer open: it already fired, or was already stopped