Open in ClaudeOpen in ChatGPT

Creating a Model Copy

Create a copy of a Model and use that copy.

Duplicating a model is useful for experimentation, or for incremental changes to a model you still want to keep in its original state. Duplicating models with submodels requires a few extra steps.

Steps

  1. Open the model’s three-dot menu

    On the modeling overview page, open the three-dot menu of the model you want to copy.

  2. Select the Duplicate option

    Choose Duplicate from the menu.

  3. Adjust the name and description

    In case it is needed, the name and the description can be changed.

    Duplicating Model.gif

Result

The copy is accessible on the modeling overview page. Subsequent copies of the same model are named (“Model Name” Copy X), with X being the ascending number of the copy, starting from 1.

Duplicating a model with submodels

When duplicating a model with submodels, all links to the submodels stay intact, but references to the model are not changed and keep pointing to the original.

To create a copy of a complex model with submodels follow these steps:

  1. Copy the lowest level of models, e.g. all models without submodels. Give them a unique name, e.g. prefix them with V2 or similar.
  2. Copy the next level of models and add all model copies of the previous step as submodels. Don’t remove the original/old submodels just yet. Change all connections to nodes of submodels to the submodel copies. Now remove the original/old submodels.
  3. Repeat step 2 for each parent model.

How to create a model copy including the workspaces

If you want to copy not only a model but also a corresponding workspace, there are a few extra steps to take.

  1. Duplicate the model as explained above. If the model has submodels, take the additional steps to migrate them as well.
  2. Go to the admin UI and navigate to the original model
  3. Open the workspace(s) and migrate them to the copy of your model
Was this page helpful?