---
title: store bulk cancel
description: Cancel a bulk operation on a store.
source_url:
  html: 'https://shopify.dev/docs/api/shopify-cli/store/store-bulk-cancel'
  md: 'https://shopify.dev/docs/api/shopify-cli/store/store-bulk-cancel.md'
api_name: shopify-cli
---

# store bulk cancel

Cancel a bulk operation on a store.

Cancels a running bulk operation by ID, using previously stored app authentication.

Run `shopify store auth` first to create stored auth for the store.

#### Flags

The following flags are available for the `store bulk cancel` command:

* **--id \<value>**

  **string**

  **required**

  **env: SHOPIFY\_FLAG\_ID**

  The bulk operation ID to cancel (numeric ID or full GID).

* **-s, --store \<value>**

  **string**

  **required**

  **env: SHOPIFY\_FLAG\_STORE**

  The myshopify.com domain of the store.

* **--no-color**

  **env: SHOPIFY\_FLAG\_NO\_COLOR**

  Disable color output.

* **--verbose**

  **env: SHOPIFY\_FLAG\_VERBOSE**

  Increase the verbosity of the output.

Examples

### Examples

* ####

  ##### store bulk cancel

  ```sh
  shopify store bulk cancel [flags]
  ```

***
