Is there a way to delete flyte tasks and workflows...
# ask-the-community
f
Is there a way to delete flyte tasks and workflows again?
flytectl delete
doesn't seem to have that...
k
Copy code
flytectl update workflow -p flytesnacks -d development core.control_flow.merge_sort.merge_sort --archive
above command can delete the workflow
f
but I can still see/inspect archived workflows, right?
I guess I'll try to delete the database then and start over with with my test deployment.... since for testing I had to add some secret creds as env vars I couldn't inject...
k
but I can still see/inspect archived workflows, right?
yes
182 Views