Move a run to a different project or team ↗
noOriginal Documentation
Documentation Index#
Fetch the complete documentation index at: https://docs.wandb.ai/llms.txt Use this file to discover all available pages before exploring further.
Move runs between projects or teams using the W&B App.
Before you begin, ensure 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.
To move runs from one project to another or between teams:
- 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.
- Click the Move to project button above the table.
- Select the destination team and project from the dropdown.
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.
{/* #### Manage runs in bulk This section shows how to manage multiple runs at once, across one or more run groups.
- If necessary, toggle grouping by columns, grouping by the Group column.
- Expand a group to view its runs. In a single bulk operation, you can move runs from different groups to the same target group. Expand all relevant groups.
- To select all runs in a group, click the checkbox next to the group name.
- To select individual runs, click their checkboxes.
- To select all runs in all groups, click the checkbox next to the Name column heading.
- Above the table, choose a bulk operation: Tag, Move to group, Move to project, or New sweep. */}