Is it possible to duplicate a phoenix project?
There is no built-in API or UI feature in Phoenix to directly duplicate a project, according to the official documentation and SDK references. You can, however, export traces and datasets from one project and re-import them into a new project, effectively creating a copy, but this process is manual and not a true "duplicate" operation as a single command or button [docs: Projects].Would you like more detail on how to manually export and re-import project data to achieve duplication?Sources: - docs: Projects
馃挕聽Hint: Mention RunLLM in the thread for followups.
There is no explicit command or API in the provided data sources for duplicating a Phoenix project. The official Projects API documentation covers creating, listing, updating, and deleting projects, but does not mention duplication or cloning functionality.You may be able to manually recreate a project by exporting its data and re-importing it into a new project, but this process is not described as a built-in feature in the documentation. Would you like more detail on possible manual approaches?Sources: - Projects API documentation
馃挕聽Hint: Mention RunLLM in the thread for followups.
