vip dev-env stop
Stop a local environment.
Usage
vip dev-env stop [options]
Options
| Option | Description |
|---|---|
-a, --all |
Stop all local environments. |
-d, --debug |
Generate verbose output during command execution to help identify or fix errors or bugs. |
-h, --help |
Retrieve a description, examples, and available options for a (sub)command. |
-s, --slug |
A unique name for a local environment. Default is “vip-local”. |
-v, --version |
Retrieve the version number of VIP-CLI currently installed on the local machine. |
Examples
- Stop a local environment named "example-site".
$ vip dev-env stop --slug=example-site
- Stops all local environments.
$ vip dev-env stop --all
Last updated: December 10, 2025