https://prefect.io logo
Title
e

Enda Peng

10/26/2022, 10:58 PM
With prefect v2, is there a way to kill a flow run in UI? I notice that deleting the flow run won't terminate the process, instead my agent crashed and throwed a 404 error 🤔
1
Nvm, I made a test, the answer is yes. So how can I ignore those task in the backlog
m

Matt Conger

10/26/2022, 11:15 PM
Hey @Enda Peng, glad you got it figured it out! One useful command as well for this could be the
timeout_seconds
on the flow to have it time out and kill the flow run if needed.
e

Enda Peng

10/26/2022, 11:16 PM
👍
m

Matt Conger

10/26/2022, 11:17 PM
To have those flow run's meta data removed you can use the cli command
prefect flow-runs delete <id>