> For the complete documentation index, see [llms.txt](https://til.duyet.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://til.duyet.net/db/google-bigquery/bigquery-cancel-running-query.md).

# BigQuery Cancel Running Query

![](/files/c8iWsn4Zo2uIyydNPngv)

```
bq cancel --project_id <project_id> <job_id>
```

For example:

```
bq cancel --project_id duyet_123 US.scheduled_query_61a1a62c-0000-296c-9a0b-2405887202cc
```
