The ID of the thread.
The ID of the run.
Action to take when cancelling the run. Possible values are interrupt
or rollback
. interrupt
will simply cancel the run. rollback
will cancel the run and delete the run and associated checkpoints afterwards.
interrupt
, rollback
Success
The response is of type any
.