Menu
Important
Stay updated on React2Shell

vercel inspect

Last updated February 14, 2025

The command is used to retrieve information about a deployment referenced either by its deployment URL or ID.

You can use this command to view either a deployment's information or its build logs.

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

These are options that only apply to the command.

The option sets the time to wait for deployment completion. It defaults to 3 minutes.

Any valid time string for the ms package can be used.

Using the vercel inspect command with the --timeout option.

The option will block the CLI until the specified deployment has completed.

Using the vercel inspect command with the --wait option.

The option, shorthand , prints the build logs instead of the deployment information.

Using the vercel inspect command with the --logs option, to view available build logs.

If the deployment is queued or canceled, there will be no logs to display.

If the deployment is building, you may want to specify option. The command will wait for build completion, and will display build logs as they are emitted.

Using the vercel inspect command with the --logs and --wait options, to view all build logs until the deployement is ready.

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.


Was this helpful?

supported.