https://prefect.io logo
z

Zach

01/20/2021, 8:37 PM
I submitted a few hundred runs using the prefect API that I want to cancel right now, how can I do that easily?
j

Jim Crist-Harif

01/20/2021, 9:02 PM
You might make use of our graphql api to query for all flow runs for the flow, then call
Client.cancel_flow_run
route for each flow run.
3 Views