Hi, how do you delete a flow completely from metaf...
# ask-metaflow
f
Hi, how do you delete a flow completely from metaflow + argo workflow? Is it just removing the template? or something else?
1
s
what is the expectation from "deleting the flow completely"? deleting the template from argo removes the "flow" from argo universe
f
• That it can't be triggered by any event • Can't be triggered manually • Can't be a cron Workflow
s
yes deleting from argo workflows would achieve all of this
thankyou 1