CancelJob
Cancels a running BigQuery job.
Input
| Name | Type | Description |
| JobId | String | The unique identifier of the BigQuery job you want to cancel. |
| Region | String | The geographic location where the job is running. Required for jobs outside the default US or EU multi-regions. |
Result Set Columns
| Name | Type | Description |
| JobId | String | The unique identifier of the job that was cancelled. |
| Region | String | The geographic location where the job was executing when it was cancelled. |
| Configuration_query_query | String | The SQL query text associated with the job that was cancelled. |
| Configuration_query_destinationTable_tableId | String | The table ID of the destination table that the cancelled job was configured to write results to. |
| Configuration_query_destinationTable_projectId | String | The project ID of the destination table that was specified in the cancelled job's configuration. |
| Configuration_query_destinationTable_datasetId | String | The dataset ID of the destination table that was specified in the cancelled job's configuration. |
| Status_State | String | The final state of the job, such as 'DONE' or 'CANCELLED'. |
| Status_errorResult_reason | String | A brief code indicating the reason the job failed or was cancelled, such as 'jobCancelled' or 'accessDenied'. |
| Status_errorResult_message | String | A detailed, human-readable message describing the error that occurred during job execution or cancellation. |