Hi, Once the flows started being executed after de...
# prefect-getting-started
a
Hi, Once the flows started being executed after deployment, Can we kill or stop flows/task execution?
1
a
you can delete the flow run, which will have the effect of stopping the execution because you'll get an error that the flow run ID no longer exists, but first-class support for cancellation is not there yet, but on the roadmap (no ETA yet, you can follow #CKNSX5WG3 to stay up to date)
👍 1