v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1437198164.5 KB

Creates and starts a deployment to deploy an application into a runtime environment.

post/applications/{applicationId}/deployments

Path parameters

applicationIdstring required

The application identifier.

Request body

applicationVersioninteger required

The version of the application to deploy.

clientTokenstring

A client token is a unique, case-sensitive string of up to 128 ASCII characters with ASCII values of 33-126 inclusive. It is generated by the client to ensure idempotent operations, allowing safe retries without unintended side effects.

environmentIdstring required

The identifier of the runtime environment where you want to deploy this application.

Response

Success

deploymentIdstring required

The unique identifier of the deployment.