> 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

![](https://3138557001-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Lx1oAJof6-l-hClJJLt%2Fuploads%2FHYc0tqebpK7a8CmrgGRO%2FScreen%20Shot%202021-10-26%20at%2016.57.38.png?alt=media\&token=17e4ac08-d4fa-4839-afa0-bcba2756605a)

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

For example:

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