Title: vip edge-workers disable
Published: September 11, 2026

---

 1. [VIP-CLI command reference](https://docs.wpvip.com/vip-cli/commands/)
 2. [vip edge-workers](https://docs.wpvip.com/vip-cli/commands/edge-workers/)
 3. vip edge-workers disable

#  vip edge-workers disable

Disable a deployed edge worker.

## Usage

    ```wp-block-preformatted
    vip edge-workers disable [options]
    ```

## Options

| Option | Description | 
|  `-a`, `--app` |  [value] Target an application. Accepts a string value for the application name or an integer for the application ID. |  
|  `-e`, `--env` |  [value] Target an environment. Accepts a string value for the environment type. |  
|  `-h`, `--help` |  Retrieve a description, examples, and available options for a (sub)command. (default: false) |  
|  `-v`, `--version` |  Retrieve the version number of VIP-CLI currently installed on the local machine. (default: false) |  
|  `-d`, `--debug` |  [value] Generate verbose output during command execution to help identify or fix errors or bugs. |

## Examples

    ```wp-block-preformatted
    - Disable the deployed worker named "my-worker".$ vip @example-app.production edge-workers disable my-worker
    ```

Last updated: September 11, 2026