--- title: app bulk cancel description: Cancels a running bulk operation by ID. api_name: shopify-cli source_url: html: 'https://shopify.dev/docs/api/shopify-cli/app/app-bulk-cancel' md: 'https://shopify.dev/docs/api/shopify-cli/app/app-bulk-cancel.md' --- # app bulk cancel Cancels a running bulk operation by ID. ## Flags The following flags are available for the `app bulk cancel` command: * **--id \** **string** **required** **env: SHOPIFY\_FLAG\_ID** The bulk operation ID to cancel (numeric ID or full GID). * **--client-id \** **string** **env: SHOPIFY\_FLAG\_CLIENT\_ID** The Client ID of your app. * **--no-color** **env: SHOPIFY\_FLAG\_NO\_COLOR** Disable color output. * **--path \** **string** **env: SHOPIFY\_FLAG\_PATH** The path to your app directory. * **--reset** **env: SHOPIFY\_FLAG\_RESET** Reset all your settings. * **--verbose** **env: SHOPIFY\_FLAG\_VERBOSE** Increase the verbosity of the output. * **-c, --config \** **string** **env: SHOPIFY\_FLAG\_APP\_CONFIG** The name of the app configuration. * **-s, --store \** **string** **env: SHOPIFY\_FLAG\_STORE** The store domain. Must be an existing dev store. Examples ### Examples * #### app bulk cancel ##### app bulk cancel ```bash shopify app bulk cancel [flags] ```