Command Palette

Search for a command to run...

vercel_inspect

Retrieve deployment information or build logs

Syntax
vercel inspect [deployment-id or url]
Options
Available flags and parameters for this command
--timeout

Wait time for completion (default: 3 min)

--wait

Block until deployment completes

--logs / -l

Show build logs instead of deployment info

Examples
Common usage examples
vercel inspect https://example.vercel.app
vercel inspect dpl_abc123 --timeout=5m
vercel inspect https://example.vercel.app --logs --wait
Use Cases
When to use this command
  • View deployment details
  • Monitor build progress
  • Debug build failures
  • Inspect deployment status