Skip to main content

startDBBackupCopy

Start copying a database backup.

startDBBackupCopy(
input: AppEnvironmentStartDBBackupCopyInput
): AppEnvironmentStartDBBackupCopyPayload!

Example

mutation ($input: AppEnvironmentStartDBBackupCopyInput) {
startDBBackupCopy(input: $input) {
app {
active
createdAt
id
name
organizationId
repo
serviceStatus
supportPackage
type
typeId
}
message
success
}
}

Arguments

startDBBackupCopy.input ● AppEnvironmentStartDBBackupCopyInput input common

The backup copy request.

Type

AppEnvironmentStartDBBackupCopyPayload object common

The result of starting a database backup copy.