Before you begin, make sure that you have the necessary permissions to move runs between projects or teams. You must have access to the run at its current and new locations.
- 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.
- Select the Move to project button above the table.
- Select the destination team and project from the dropdown.
When you move a run, W&B doesn’t move the historical artifacts associated with it. To move an artifact manually, 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.