Vercel
Frontend deployment platform with automated CI/CD
Actions (18)
Deployments · 11
- Cancel deploymentPATCH /v12/deployments/{id}/cancel
Cancel a deployment that is currently building.
documented - Create a new deploymentPOST /v13/deployments
Create a new deployment (git or manual) with provided files/metadata.
documented - Delete deploymentDELETE /v13/deployments/{id}
Delete a deployment by its ID.
documented - Get deployment by ID or URLGET /v13/deployments/{idOrUrl}
Retrieve a deployment by its ID or URL.
documented - Get deployment eventsGET /v3/deployments/{idOrUrl}/events
Retrieve the event/log stream for a deployment (by deployment id or URL).
documented - Get deployment events (alternate view)GET /v3/deployments/{idOrUrl}/events
Same endpoint as above; used by code samples in docs.
documented - Get deployment file contentsGET /v8/deployments/{id}/files/{fileId}
Fetch contents of a deployment file by fileId.
documented - List deployment filesGET /v6/deployments/{id}/files/listDeploymentFiles
List files associated with a deployment.
documented - List deploymentsGET /v6/deployments
List deployments for the authenticated user or team.
documented - Update deployment integration actionPATCH /v1/{deploymentId}/integrations/{integrationConfigurationId}/resources/{resourceId}/actions/{action}
Update a specific deployment integration action's state/status.
documented - Upload deployment filesPOST /v2/files/upload
Upload files required for a deployment prior to creation.
documented
Projects · 5
- Create environment variablesPOST /v10/projects/{idOrName}/env
Create one or more environment variables for a project.
documented - Get environment variableGET /v10/projects/{idOrName}/env/{id}
Retrieve a specific environment variable for a project.
documented - Remove environment variableDELETE /v10/projects/{idOrName}/env/{id}
Delete an environment variable from a project.
documented - Retrieve environment variables of a projectGET /v10/projects/{idOrName}/env
List environment variables for a project.
documented - Update environment variablePATCH /v1/projects/{idOrName}/env/{id}
Update an environment variable for a project.
documented
Marketplace API · 2
- Get Account InformationGET https://api.vercel.com/v1/installations/{integrationConfigurationId}/account
Account information for an integration installation.
documented - Get Member InformationGET https://api.vercel.com/v1/installations/{integrationConfigurationId}/member/{memberId}
Member information for an integration installation.
documented