cancel_job
Cancel a running BigQuery job.
Use this tool to cancel a query job that is currently executing (i.e. returned job_complete: false
with a job_id from execute_sql or execute_sql_readonly). Specify the job_id to abort.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | Required. Job ID of the job to cancel. | |
| location | No | Optional. The geographic location of the job. | |
| projectId | Yes | Required. Project ID of the job to cancel. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job | No | The final state of the job. | |
| kind | No | The resource type of the response. | bigquery#jobCancelResponse |