Skip to main content

Documentation Index

Fetch the complete documentation index at: https://wb-21fd5541-style-guide-support-models-articles-20260527-00.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

You can move a run from one project to another to reorganize your work, consolidate related experiments, or relocate a run that was logged to the wrong project. Follow these steps to move a run through the W&B UI:
  1. Navigate to the project page that contains the run to move.
  2. Click the Runs tab to open the runs table.
  3. Select the runs to move.
  4. Click the Move button.
  5. Choose the destination project and confirm the action.
The selected runs now appear in the destination project. W&B supports moving runs through the UI, but doesn’t support copying runs. Artifacts logged with the runs don’t transfer to the new project. To manually move artifacts to the run’s new location, 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.
Runs