# 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>
