vercel project
Last updated July 28, 2025
The vercel project command is used to manage your Vercel Projects, providing functionality to list, add, and remove.
terminal
vercel project ls # Output as JSON vercel project ls --jsonUsing the vercel project command to list all Vercel Project.
terminal
vercel project ls --update-required # Output as JSON vercel project ls --update-required --jsonUsing the vercel project command to list all Vercel Project that are affected by an upcoming Node.js runtime deprecation.
terminal
vercel project addUsing the vercel project command to create a new Vercel Project.
terminal
vercel project rmUsing 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?