Skip to main content
PUT
Update deployment

Authorizations

Authorization
string
header
required

Token authentication. Send Authorization: Bearer <YOUR_TOKEN>.

Path Parameters

deploymentId
integer
required

Body

application/json

UpdateDeploymentInput

cloudProvider
string | null
creationMethod
enum<string> | null
Available options:
upload,
cubecloud,
github,
ssh
creationStep
enum<string> | null
Available options:
project,
upload,
schema,
github,
ssh,
databases,
ready,
demo
customDomain
string | null
deployBranchMergeAllowed
boolean | null
deployBranchName
string | null
deployBranchReadOnly
boolean | null
deployMode
enum<string> | null
Available options:
git,
cli
deployProjectRoot
string | null
name
string | null
region
string | null

Response

200 - application/json
creationStep
enum<string>
required
Available options:
project,
upload,
schema,
github,
ssh,
databases,
ready,
demo
deploymentUrl
string
required
id
integer
required
name
string
required