<@U06RKAMK0UC> can I archive a launch plan? if not...
# ask-ai
a
@ancient-wolf-19325 can I archive a launch plan? if not, why not?
j
You can archive a launch plan using
flytectl
. The Flyte UI currently does not support archiving launch plans directly. According to Flyte documentation, you can archive a launch plan with the following command:
Copy code
flytectl update launchplan -p <project> -d <domain> <launch_plan_name> --version <version> --archive
The Flyte UI does not support this feature yet, as noted in this discussion. There is an open issue to track this feature request on the Flyte GitHub repository. Would you like more details on how to use
flytectl
for this purpose? Sources: - Flyte Discussion 👍 0 button 👎 1 button 💡 Hint: Mention @ancient-wolf-19325 in the thread for followups.
g
This does not work, I get this: Error: launch plan name wasn't passed