> ## Documentation Index
> Fetch the complete documentation index at: https://wb-21fd5541-sdk-add-methods-properties.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# runを別のプロジェクトまたはチームに移動する

> W&B App を使用して、プロジェクト間またはチーム間でrunを移動します。

<Note>
  始める前に、プロジェクト間またはチーム間でrunを移動するために必要な権限があることを確認してください。現在の場所と移動先の両方で、そのrunにアクセスできる必要があります。
</Note>

あるプロジェクトから別のプロジェクトへ、またはチーム間でrunを移動するには、次の手順に従います。

1. 移動したいrunが含まれているプロジェクトにアクセスします。
2. プロジェクトのサイドバーから **Runs** タブを選択します。
3. 移動したいrunの横にあるチェックボックスを選択します。
4. 表の上にある **Move to project** ボタンをクリックします。
5. ドロップダウンから移動先のチームとプロジェクトを選択します。

<Note>
  runを移動しても、それに関連付けられた過去のartifactは移動されません。artifactを手動で移動するには、[`wandb artifact get`](/ja/models/ref/cli/wandb-artifact/wandb-artifact-get/) コマンドまたは [`Api.artifact` API](/ja/models/ref/python/public-api/api/#artifact) を使用してartifactをダウンロードし、その後 [`wandb artifact put`](/ja/models/ref/cli/wandb-artifact/wandb-artifact-put/) または `Api.artifact` API を使用して、runの新しい場所にアップロードできます。
</Note>
