Cancel A Batch Query
Cancel a batch query
POST /cloud/cancelBatchQuery
note
Cancel the execution of a batch query in a specific instance. You can restart this batch query later using the resource restartBatchQuery. If you don't specify the instance version the version will default to the current version.
Parameters
outputFolder<string> (form variable)
Output folder in which the batch file is located. Alphanumeric string: [A-Za-z0-9-_]+.
instanceName<string> (form variable)
Name of the instance. Alphanumeric string: [A-Za-z0-9-_]+.
version<string> (form variable)
Version of the instance. A string Vx where x is an integer greater than 0 and represent the number of version.
fileName<string> (form variable)
Name of the file. Alphanumeric string: [^%[]%~+"]+.(csv|tsv)
user (header (authorization) variable)
user's authentication