Skip to main content

abortMediaExport

Request an abort of an active media export.

abortMediaExport(
input: AbortMediaExportInput!
): AbortMediaExportPayload!

Example

mutation ($input: AbortMediaExportInput!) {
abortMediaExport(input: $input) {
applicationId
environmentId
mediaExportStatusChange {
exportId
siteId
statusFrom
statusTo
}
}
}

Arguments

abortMediaExport.input ● AbortMediaExportInput! non-null input common

The application, environment, and export to abort.

Type

AbortMediaExportPayload object common

The result of requesting an abort of a media export.