Disable MFA for your account
Disable Multi-Factor Authentication for your account. System admins can force-disable MFA for another account (e.g. when a user loses their authenticator):
vcli account mfa disable –account 2
vcli account mfa disable [flags]
--account int Account ID to force-disable MFA for (system admin only)
--code string TOTP code from authenticator app (or "auto" for local generation)
-h, --help help for disable
-c, --config string configuration file for the CLI (default ~/.vcli.yml)
Could also be set via VARNISH_CONTROLLER_CLI_CONFIG=/path/to/config.yml
--csv Output the response table as CSV format.
-j, --json Output the response table as JSON format.