Skip to main content
PUT
Create or Update Application Deployment

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
manifest
object
required

Manifest of application

dryRun
boolean | null
default:false

Dry run

forceDeploy
boolean | null

Cancels any ongoing deployments

triggerOnDeploy
boolean | null

Trigger on deploy

workspaceId
string | null

workspace id of the workspace

applicationId
string | null

Id of the application

name
string | null

Name of application

applicationSetId
string | null

Application Set Id

Response

The newly created deployment.

data
Deployment · object
required

Deployment details