/
CU
cube-js
/
Cube Platform API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 31m ago · Updated 1h ago
Details
Filter operations
App Theme
1
Dbt Sync
1
Deployments
5
get
Get deployments
get
Get deployment
put
Update deployment
delete
Delete deployment
post
Deployment token
Embed
3
Embed Tenants
3
Env Variables
2
Environments
4
Folders
5
Notifications
8
OAuth Integrations
5
OIDC Token Configs
5
Regions
1
Reports
7
Tenant Settings
2
User Attribute Values
2
User Attributes
3
User OAuth Tokens
4
Users Admin
3
Workbooks
9
Workspace
3
Deployments
Update deployment
put
/v1/deployments/{deploymentId}
Path parameters
deploymentId
integer
required
Request body
UpdateDeploymentInput
required
cloudProvider
string
nullable
creationMethod
'upload'
|
'cubecloud'
|
'github'
|
'ssh'
creationStep
'project'
|
'upload'
|
'schema'
|
'github'
|
'ssh'
|
'databases'
|
'ready'
|
'demo'
customDomain
string
nullable
deployBranchMergeAllowed
boolean
nullable
deployBranchName
string
nullable
deployBranchReadOnly
boolean
nullable
deployMode
'git'
|
'cli'
deployProjectRoot
string
nullable
name
string
nullable
region
string
nullable
Response
Deployment
required
creationStep
'project'
|
'upload'
|
'schema'
|
'github'
|
'ssh'
|
'databases'
|
'ready'
|
'demo'
required
deploymentUrl
string
required
id
integer
required
name
string
required
Changes