Menu

vercel project

Last updated July 28, 2025

The vercel project command is used to manage your Vercel Projects, providing functionality to list, add, inspect, and remove.

terminal
vercel project ls
 
# Output as JSON
vercel project ls --json

Using the vercel project command to list all Vercel Project.

terminal
vercel project ls --update-required
 
# Output as JSON
vercel project ls --update-required --json

Using the vercel project command to list all Vercel Project that are affected by an upcoming Node.js runtime deprecation.

terminal
vercel project add

Using the vercel project command to create a new Vercel Project.

terminal
vercel project inspect

Using the vercel project inspect command to display information about the linked project.

terminal
vercel project inspect my-project

Using the vercel project inspect command to display information about a specific project by name.

terminal
vercel project rm

Using the vercel project command to remove a Vercel Project.

The following global options can be passed when using the vercel project command:

For more information on global options and their usage, refer to the options section.


Was this helpful?

supported.