This method returns a long-running Operation, which includes the build ID. Pass the build ID to builds.get to determine the build status (such as SUCCESS or FAILURE).
HTTP request
POST https://cloudbuild.googleapis.com/v1/projects/{projectId}/builds
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-17 UTC."],[[["\u003cp\u003eThis API initiates a build process using a specified configuration, returning a long-running operation with a unique build ID.\u003c/p\u003e\n"],["\u003cp\u003eThe request is made via an HTTP POST request to a URL that includes the project ID as a path parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eprojectId\u003c/code\u003e parameter is mandatory and requires the \u003ccode\u003ecloudbuild.builds.create\u003c/code\u003e IAM permission, while the \u003ccode\u003eparent\u003c/code\u003e parameter can specify a location for the build.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must contain an instance of the \u003ccode\u003eBuild\u003c/code\u003e resource, and a successful response will contain an instance of the \u003ccode\u003eOperation\u003c/code\u003e resource.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization for this API requires the OAuth scope \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]