Can somebody give me a hint how to delete workflow...
# ask-the-community
s
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.
r
k
Interesting that doc link looks like a branch
r
I know right? Did a Google search and that was what popped up. Tried to change it no luck. (mobile)
k
Haha no worries
s
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
k
@Sebastian Büttner I agree, it should just be update workflow
152 Views