https://prefect.io logo
w

Walter Cavinaw

07/04/2022, 10:14 PM
2 questions on prefect 1.0: • how can I remove a flow from the dashboard (a few cancelled flows in a row that took too long cluttered the dashboard). • how can I reset the labels for all flows where I changed the labels in the UI
k

Kevin Kho

07/05/2022, 2:54 AM
Hi @Walter Cavinaw, for the first one one, there is a
delete_flow_run
mutation you can use with the GraphQL API. For the second, I think it takes a re-registration because they are already altered in the backend
w

Walter Cavinaw

07/05/2022, 3:54 AM
ok gotcha. thanks on both.
4 Views