<@U06RKAMK0UC> how to delete a project on Flyte?
# ask-ai
s
@ancient-wolf-19325 how to delete a project on Flyte?
a
You cannot delete a project in Flyte; only archiving is supported. Deleting projects is intentionally not allowed to avoid leaving dangling references and potential system inconsistencies. Instead, you can archive a project using commands like flytectl update project --archiveProject, which acts as a reversible tombstone for organizational purposes. There is no official command or API for permanent project deletion in the current Flyte implementation, as confirmed by both documentation and core maintainers. If you need to remove a project for testing or organizational reasons, use the archive functionality. This limitation is by design and is documented in community discussions and issue trackers. Would you like more detail on how to archive or reactivate a project? Sources: - https://github.com/flyteorg/flyte/issues/1619 - https://github.com/flyteorg/flyte/issues/2563 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.