cancel_journey
Cancel journey runs. Supply EXACTLY ONE of cancelation_token (cancels every run associated with the token) or run_id (cancels a single run). Cancelation is idempotent: a run that already finished or was already canceled is left unchanged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | No | Cancels a single run by id. Mutually exclusive with cancelation_token. | |
| cancelation_token | No | Cancels every run associated with this token. Mutually exclusive with run_id. |