---
title: vercel switch
product: vercel
url: /docs/cli/switch
type: reference
prerequisites:
  - /docs/cli
related:
  []
summary: Learn how to switch between different team scopes using the vercel switch CLI command.
install_vercel_plugin: npx plugins add vercel/vercel-plugin
---

# vercel switch

The `vercel switch` command is used to switch to a different team scope when logged in with Vercel CLI. You can choose to select a team from a list of all those you are part of or specify a team when entering the command.

## Usage

```bash filename="terminal"
vercel switch
```

*Using the \`vercel switch\` command to change team scope with Vercel CLI.*

## Extended Usage

```bash filename="terminal"
vercel switch [team-name]
```

*Using the \`vercel switch\` command to change to a specific team scope with
Vercel CLI.*


---

[View full sitemap](/docs/sitemap)
