With prefect v2, is there a way to kill a flow run...
# prefect-community
e
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
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
👍
m
To have those flow run's meta data removed you can use the cli command
prefect flow-runs delete <id>