Skip to main content

launchApplication

Mark an application environment as launched.

launchApplication(
input: AppEnvironmentLaunchedInput
): AppEnvironmentLaunchedPayload

Example

mutation ($input: AppEnvironmentLaunchedInput) {
launchApplication(input: $input) {
app {
active
createdAt
id
name
organizationId
repo
serviceStatus
supportPackage
type
typeId
}
environment {
active
appId
backupPolicyId
backupsSqlDumpTool
branch
createdAt
currentCommit
datacenter
dbOperationInProgress
defaultDomain
deploymentStrategy
id
isDBPartitioningEnabled
isFedramp
isHipaa
isK8sResident
isLiveBackupCopyAllowed
isMultisite
isOnLatestCode
isSubdirectoryMultisite
launchModeEndAt
launched
name
repo
type
uniqueLabel
wpcliStrategy
}
}
}

Arguments

launchApplication.input ● AppEnvironmentLaunchedInput input common

The application and environment to update.

Type

AppEnvironmentLaunchedPayload object common

The result of marking an application as launched.