vip defensive-mode disable
Disable defensive mode (step-up auth required).
Usage
vip defensive-mode 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. |
-s, --skip-confirmation |
Skip the confirmation prompt for production envs. (default: false) |
-n, --non-interactive |
Disable prompts; error if a production mutation is attempted without –skip-confirmation. (default: false) |
-r, --rechallenge-wait |
When step-up verification is required non-interactively, print the URL and wait for verification on another device instead of failing fast. (default: false) |
Examples
- Disable defensive mode for the environment.
$ vip @example-app.production defensive-mode disable
Last updated: July 07, 2026