> ## Documentation Index
> Fetch the complete documentation index at: https://wb-21fd5541-workspaces-notebooks.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を移動するには、W\&B App を使用します。W\&B Python SDK や Public API ではrunを移動できません。W\&B はrunのコピーをサポートしていません。

あるプロジェクトから別のプロジェクトへ、またはチーム間で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/) SDK コマンドまたは [`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>
