ComputeService.

cancel_executions

cancel_executions(executions: <nil>) -> None

Try to cancel given executions using the cancel api endpoint.

*Note that this is currently a noop, we will be enabling this functionality soon.*

Parameters

nametypedescription
executionslist of executions to send for cancellation

Returns

No docs