Vercel Exposes Per-Deployment Billable Duration and CPU Minutes via Dashboard and API
Key point
Vercel now allows users to view per-deployment billable duration and CPU minute usage through the dashboard, CLI, and API.
Details
Vercel provides billable duration and CPU minutes information for each deployment via the dashboard, the vc inspect CLI command, and the REST API. This makes it clear how each build contributes to overall usage.
Billable duration is calculated by adding build time and post-build time, then rounding up to the next minute. CPU minutes are calculated by multiplying this billable duration by the number of vCPUs on the machine.
To view the same details in the CLI, update to Vercel CLI version 59.23.1 or later and run the vc inspect command. For more details on build machines and CPU minutes, refer to the official documentation.
This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.
Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.