Can somebody give me a hint how to delete workflow...
# flyte-support
r
Can somebody give me a hint how to delete workflows. I want to do some cleanup but somehow i only find documentation how to delete executions but not workflows.
b
f
Interesting that doc link looks like a branch
b
I know right? Did a Google search and that was what popped up. Tried to change it no luck. (mobile)
f
Haha no worries
r
Here is the proper link to the current docs: https://docs.flyte.org/projects/flytectl/en/latest/gen/flytectl_update_workflow-meta.html The right command is now
flytectl update workflow-meta
Seems a little weird to have
flytectl get workflow
but for update its
flytectl update workflow-meta
instead of just workflow. Having it as in the Doc in the Branch mentioned above, seems much more logic from a user flow perspective
f
@refined-lunch-94030 I agree, it should just be update workflow
170 Views