Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion src/pages/docs/octopus-ai/recovery-agent/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,13 @@ No! Once enabled, this feature will appear in your UI as shown in the gif above.

For Octopus Cloud instances, please get in touch with our [Support team](https://octopus.com/support), who can opt you out.

For Octopus Server instances, this is managed through adding an OS system environment variable to your machines hosting your Octopus nodes. An example of this using Windows is below. You will need to restart your Octopus Server Service for this to take effect. If operating a multi-node Octopus instance (High Availability), you will need to add the variable on each node and restart the Octopus Server service on each node.
For Octopus Server instances, this is managed through adding the below OS system environment variable to your machines hosting your Octopus nodes and ensuring it's set to `false`.

```bash
OCTOPUS__FeatureToggles__AiFeatureToggle = false
```

An example of this using Windows is below. You will need to restart your Octopus Server Service for this to take effect. If operating a multi-node Octopus instance (High Availability), you will need to add the variable on each node and restart the Octopus Server service on each node.

:::figure
![A screenshot of a Windows OS System Environment Variable](/docs/img/octopus-ai-assistant/recovery-agent-optout-envvar.png)
Expand Down
Loading