Is there a way to delete flyte tasks and workflows...
# flyte-support
q
Is there a way to delete flyte tasks and workflows again?
flytectl delete
doesn't seem to have that...
g
Copy code
flytectl update workflow -p flytesnacks -d development core.control_flow.merge_sort.merge_sort --archive
above command can delete the workflow
q
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...
g
but I can still see/inspect archived workflows, right?
yes
228 Views