Command Palette

Search for a command to run...

vercel_domains

Manage custom domains under the current scope

Syntax
vercel domains [subcommand] [options]
Subcommands
Available subcommands for this command
ls

List all domains

inspect

Get detailed domain information

vercel domains inspect [domain]
add

Add domain to scope or project

vercel domains add [domain] [project]
rm

Remove domain from scope

vercel domains rm [domain]
buy

Purchase a domain

vercel domains buy [domain]
move

Transfer domain to another scope

vercel domains move [domain] [scope-name]
transfer-in

Transfer in external domain

vercel domains transfer-in [domain]
Examples
Common usage examples
vercel domains ls --limit 50
vercel domains add example.com my-project
vercel domains rm old-domain.com --yes
Use Cases
When to use this command
  • Manage custom domains
  • Transfer domains between teams
  • Purchase new domains
  • Domain inventory management