hi I wanted how to suppress a previous flow from t...
# ask-metaflow
f
hi I wanted how to suppress a previous flow from the UI ?
a
when you say suppress - do you want to pause a running flow?
f
@ancient-application-36103 not really, it is more, once I ran a flow I want remove it from the database from the ui to clean and manage the flows I ran for instance.
Hi @square-wire-39606 do you have any answer on my matter ?
s
Hey Lamia, there isn't a way to remove runs out-of-the-box (one can always drop rows from the DB - but I wouldn't recommend that). One work around would be to use tags for your executions so that you can always construct a view that only contains your executions.
f
ok I see yes thanks that makes sense. But what if for instance I want to suppress all the failed runs. My only way to do so would be to suppress in directly from the database right ?
a
there is a status check box in the UI that will help you filter out the failed runs