https://prefect.io logo
Title
d

Diego Alonso Roque Montoya

04/09/2022, 2:29 AM
Is there a way to clear the data of Prefect?
k

Kevin Kho

04/09/2022, 2:29 AM
You mean the data in the database or you mean the results generated?
d

Diego Alonso Roque Montoya

04/09/2022, 2:30 AM
In the database I think? I basically want to delete some or all the flows/projects that we not longer need, to reduce clutter.
k

Kevin Kho

04/09/2022, 2:31 AM
Are you on Cloud or Server?
d

Diego Alonso Roque Montoya

04/09/2022, 2:31 AM
Server
non-enterprise
k

Kevin Kho

04/09/2022, 2:31 AM
Yeah you can just run postgresql queries on that and truncate tables on that since you have control over the database
You can delete projects too in the UI if that’s easier. Go to
Team
and then
Projects