Is there a way to clear the data of Prefect?
# prefect-server
d
Is there a way to clear the data of Prefect?
k
You mean the data in the database or you mean the results generated?
d
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
Are you on Cloud or Server?
d
Server
non-enterprise
k
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