Back to Vercel API
Vercel API

Request field `timeout` removed from exec/command endpoint

BreakingBreaking change

This is a breaking change — integrations that rely on the affected behaviour will need updates before the change rolls out.

What changed

The timeout request field has been removed from the command execution endpoint's request body schema. Clients that currently send a timeout parameter to control the maximum wait duration for a command will no longer have this option documented or supported, which could break integrations relying on it for controlled process termination.

Open the source documentation