Skip to content
Last updated on February 8, 2023
1 min read

vercel inspect

Learn how to retrieve information about your Vercel deployments using the vercel inspect CLI command.

The vercel inspect command is used to retrieve information about a deployment referenced either by its unique deployment URL or production domain.

terminal
vercel inspect [unique-deployment-url]

Using the vercel inspect command to retrieve information about a specific deployment.

terminal
vercel inspect [production-deployment-url]

Using the vercel inspect command to retrieve information about a production deployment.

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

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