v51

OpenAPI 3.0.3raw.githubusercontent.com2026-06-2900319.8 KB

CreateDeployment creates a new deployment for a project.

post/v1/orgs/{org}/projects/{project}/deployments

Path parameters

orgstring required
projectstring required

Request body

branchstring

Branch to deploy from. Must not be set for prod deployments, uses project's default branch. This limitation can be lifted in the future if needed. Optional for dev deployments.

editableboolean

Whether the deployment is editable and the edited changes are persisted back to the git repo. Can't be set for prod deployments.

environmentstring

Response

A successful response.