Disable AI Assistant
Temporary disable¶
To turn off AI Assistant temporary:
- Navigate to Window -> Preferences -> General -> AI.
- Deselect Enable AI integration.
Permanent disable¶
Admins can use this method to turn off AI Assistant by default during installation. Once this feature is permanently disabled, it cannot be re-enabled via Preferences.
To turn off AI Assistant permanently:
- Use the system variable by setting
DBEAVER_AI_DISABLED
totrue
. - Or, add
-Dai.disabled=true
to thedbeaver.ini
file.
Tip
Detailed instructions on finding dbeaver.ini
are available
in our article.