https://flyte.org logo
#ask-the-community
Title
# ask-the-community
f

Felix Ruess

11/18/2022, 8:03 PM
Is there a way to delete flyte tasks and workflows again?
flytectl delete
doesn't seem to have that...
k

Kevin Su

11/18/2022, 8:42 PM
Copy code
flytectl update workflow -p flytesnacks -d development core.control_flow.merge_sort.merge_sort --archive
above command can delete the workflow
f

Felix Ruess

11/18/2022, 8:45 PM
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

Kevin Su

11/18/2022, 9:24 PM
but I can still see/inspect archived workflows, right?
yes