Skip to main content

updateWPSiteLaunchStatus

Update the launch status for a WordPress site.

updateWPSiteLaunchStatus(
input: WPSiteLaunchStatusInput
): WPSiteLaunchStatusPayload!

Example

mutation ($input: WPSiteLaunchStatusInput) {
updateWPSiteLaunchStatus(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
}
launchStatus
networkSiteId
}
}

Arguments

updateWPSiteLaunchStatus.input ● WPSiteLaunchStatusInput input common

The application, environment, site, and launch status to update.

Type

WPSiteLaunchStatusPayload object common

Variables for the UpdateWPSiteLaunchStatus mutation