For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Last updated