> For the complete documentation index, see [llms.txt](https://docs.opsmx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opsmx.com/isd-spinnaker/opsmx-intelligent-software-delivery-isd-platform-spinnaker/release-notes/additional-resources/configuration-changes-for-2025.03.00/configuration-changes-to-disable-auto-pilot.md).

# Configuration changes to Disable Auto Pilot

To disable Auto Pilot, add the below lines in **oes-gate service**:

```
autopilot:
       baseUrl: 
http://oes-autopilot:8090

       enabled: false
```

<br>
