Hi,
How do I delete a registered task or workflow in a specific project-domain?
First, I checked the CLI help.
If you look at the
flytectl --help
, it says that you can delete tasks,worfklows.
delete Terminates/deletes various Flyte resources such as tasks, workflows, launch plans, executions, and projects.
But in the available command of
delete
, I don't see an option to actually delete tasks or workflows.
Usage:
flytectl delete [command]
Available Commands:
cluster-resource-attribute Deletes matchable resources of cluster attributes.
execution Terminates/deletes execution resources.
execution-cluster-label Deletes matchable resources of execution cluster label.
execution-queue-attribute Deletes matchable resources of execution queue attributes.
plugin-override Deletes matchable resources of plugin overrides.
task-resource-attribute Deletes matchable resources of task attributes.
workflow-execution-config Deletes matchable resources of workflow execution config.