We have done so and it turns out we have to send server ID’s to SonarSource who will then block our instances. This is a rather cumbersome manual process for all parties involved.
I was hoping for a setting in the server sonar.properties file to turn off AI CodeFix completely. Is this something that is planned or that SonarSource would consider?
With the latest release of the LTA version (2025.1), you will be able to disable completely the AI feature directly from your SonarQube configuration file, by adding a property sonar.ai.codefix.hidden=true in the instance’s configuration file (<SQ_HOME>/conf/sonar.properties).
We will update the documentation accordingly on our side.