When you move a run, historical artifacts associated with it are not moved. To move an artifact manually, you can use the
wandb artifact get
SDK command or the Api.artifact
API to download the artifact, then use wandb artifact put
or the Api.artifact
API to upload it to the run’s new location.Move runs between your projects
To move runs from one project to another:- Navigate to the project that contains the runs you want to move.
- Select the Runs tab from the project sidebar.
- Select the checkbox next to the runs you want to move.
- Choose the Move button above the table.
- Select the destination project from the dropdown.

Move runs to a team
Move runs to a team you are a member of:- Navigate to the project that contains the runs you want to move.
- Select the Runs tab from the project sidebar.
- Select the checkbox next to the runs you want to move.
- Choose the Move button above the table.
- Select the destination team and project from the dropdown.
