v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1437207152.4 KB

Starts a deployment for a manually deployed app. Manually deployed apps are not connected to a repository.

post/apps/{appId}/branches/{branchName}/deployments/start

Path parameters

appIdstring required

The unique ID for an Amplify app.

branchNamestring required

The name for the branch, for the job.

Request body

jobIdstring

The job ID for this deployment, generated by the create deployment request.

sourceUrlstring

The source URL for this deployment, used when calling start deployment without create deployment. The source URL can be any HTTP GET URL that is publicly accessible and downloads a single .zip file.

Response

Success