Skip to main content

Manage Runs

Move runs to a teamโ€‹

On the project page:

  1. Click the table tab to expand the runs table
  2. Click the checkbox to select all runs
  3. Click Move: the destination project can be in your personal account or any team that you're a member of.

Send new runs to a teamโ€‹

In your script, set the entity to your team. "Entity" just means your username or team name. Create an entity (personal account or team account) in the web app before sending runs there.

wandb.init(entity="example-team")

Your default entity is updated when you join a team. This means that on your settings page, you'll see that the default location to create a new project is now the team you've just joined. Here's an example of what that settings page section looks like:

Was this page helpful?๐Ÿ‘๐Ÿ‘Ž