Hi, is there a way to delete a flyte project? Look...
# ask-the-community
s
Hi, is there a way to delete a flyte project? Looks like it can only be archived (at least via REST api)?
s
A Flyte project can only be archived via API.
s
Oh ok - how can I actually delete it then?
s
In the DB, I guess. But I am not sure if that’s recommended. cc: @Yee
y
yeah that is not really recommended. the soft delete pattern is what flyte formally supports. you can of course go in and delete records from the database. but weird issues may arise if you don’t delete it cleanly, from all tables (task, executions, node executions, task executions, workflows, etc.)
s
Right that’s why I was wondering if there’s an actual api to do this - we have a lot of test workflows that are no longer being used. Is there no way to clean them up?
k
@seunggs mind creating a ticket for it.
s
Sure @Kevin Su
k
thanks!
s
153 Views