Menu

vercel contract

Last updated February 12, 2026

The vercel contract command displays contract commitment information for your Vercel account. It shows details about your contract periods, commitment types, and values.

terminal
vercel contract

Using the vercel contract command to view all contract commitments.

The command outputs a table grouped by contract ID showing:

FieldDescription
Contract IDThe unique identifier for each contract
Contract PeriodThe start and end dates of the contract
Commitment TypeThe type of commitment (e.g., spend or usage-based)
CategoryEither "Spend" (Pro plans) or "Usage" (Enterprise plans)
PeriodThe commitment period
CommitmentThe committed value
DescriptionAdditional details about the commitment

These are options that only apply to the vercel contract command.

The --format option, shorthand -F, specifies the output format. Currently, json is the only supported format option.

terminal
vercel contract --format json

Using the vercel contract command to output contract data as JSON.

The JSON output includes:

  • context: The user or team context
  • commitments: An array of contract commitments with full details
  • totalCount: The total number of commitments

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

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


Was this helpful?

supported.