vip config envvar delete
Delete an environment variable.
Usage
vip config envvar delete <VARIABLE_NAME> [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. |
-s, --skip-confirmation |
Skip the confirmation prompt (USE WITH CAUTION). (default: false) |
Examples
- Delete the environment variable "MY_VARIABLE" from the environment.
$ vip @example-app.develop config envvar delete MY_VARIABLE
Last updated: July 07, 2026