auth0 tenant-settings update unset
Disable selected tenant setting flags.
To disable interactively, use auth0 tenant-settings update unset with no arguments.
To disable non-interactively, supply the flags.
Usage
auth0 tenant-settings update unset [flags]
Examples
auth0 tenant-settings update unset
auth0 tenant-settings update unset <setting1> <setting2> <setting3>
auth0 tenant-settings update unset customize_mfa_in_postlogin_action flags.enable_pipeline2
auth0 tenant-settings update unset flags.enable_pipeline2 --json
Flags
--json Output in json format.
--json-compact Output in compact json format.
Inherited Flags
--agent-mode Output JSON, disable prompts and colors. Auto-enabled for AI agents; set AUTH0_AGENT_MODE=false to disable.
--debug Enable debug mode.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
Related Commands
- auth0 tenant-settings update set - Enable tenant setting flags
- auth0 tenant-settings update unset - Disable tenant setting flags