From fd70cbfd1c52503b45d8de0c92d1c20720c454d6 Mon Sep 17 00:00:00 2001 From: Clare Martin <92790462+Clare-Octopus@users.noreply.github.com> Date: Thu, 30 Apr 2026 10:46:28 +0100 Subject: [PATCH 1/4] Update index.mdx Updated the FAQ to include the Recovery Agent Opt-out variable as text for Octopus Server. --- src/pages/docs/octopus-ai/recovery-agent/index.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/pages/docs/octopus-ai/recovery-agent/index.mdx b/src/pages/docs/octopus-ai/recovery-agent/index.mdx index ad3132b006..6468f45ae0 100644 --- a/src/pages/docs/octopus-ai/recovery-agent/index.mdx +++ b/src/pages/docs/octopus-ai/recovery-agent/index.mdx @@ -49,7 +49,11 @@ 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```. + +​```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) From 30f0b087f9cc7436b7e5800997844a5d31e4a7ef Mon Sep 17 00:00:00 2001 From: Steve Fenton <99181436+steve-fenton-octopus@users.noreply.github.com> Date: Thu, 30 Apr 2026 13:41:55 +0100 Subject: [PATCH 2/4] Apply suggestions from code review Minor formatting changes for inline code block and to set a language for the block of code. Co-authored-by: Steve Fenton <99181436+steve-fenton-octopus@users.noreply.github.com> --- src/pages/docs/octopus-ai/recovery-agent/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/docs/octopus-ai/recovery-agent/index.mdx b/src/pages/docs/octopus-ai/recovery-agent/index.mdx index 6468f45ae0..210b41c690 100644 --- a/src/pages/docs/octopus-ai/recovery-agent/index.mdx +++ b/src/pages/docs/octopus-ai/recovery-agent/index.mdx @@ -49,9 +49,9 @@ 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 the below OS system environment variable to your machines hosting your Octopus nodes and ensuring it's set to ```false```. +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`. -​```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. From 98f98799a2665b50e38bded04e9caa07a90195fc Mon Sep 17 00:00:00 2001 From: Steve Fenton <99181436+steve-fenton-octopus@users.noreply.github.com> Date: Thu, 30 Apr 2026 13:42:50 +0100 Subject: [PATCH 3/4] Update index.mdx --- src/pages/docs/octopus-ai/recovery-agent/index.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/docs/octopus-ai/recovery-agent/index.mdx b/src/pages/docs/octopus-ai/recovery-agent/index.mdx index 210b41c690..42efc526fa 100644 --- a/src/pages/docs/octopus-ai/recovery-agent/index.mdx +++ b/src/pages/docs/octopus-ai/recovery-agent/index.mdx @@ -51,7 +51,9 @@ For Octopus Cloud instances, please get in touch with our [Support team](https:/ 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. From 11c0957326eb8d481b68551e488dd281837d7b60 Mon Sep 17 00:00:00 2001 From: Steve Fenton <99181436+steve-fenton-octopus@users.noreply.github.com> Date: Fri, 1 May 2026 07:53:45 +0100 Subject: [PATCH 4/4] Remove non-printing characters --- src/pages/docs/octopus-ai/recovery-agent/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/docs/octopus-ai/recovery-agent/index.mdx b/src/pages/docs/octopus-ai/recovery-agent/index.mdx index 42efc526fa..996b20752e 100644 --- a/src/pages/docs/octopus-ai/recovery-agent/index.mdx +++ b/src/pages/docs/octopus-ai/recovery-agent/index.mdx @@ -51,7 +51,7 @@ For Octopus Cloud instances, please get in touch with our [Support team](https:/ 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 +```bash OCTOPUS__FeatureToggles__AiFeatureToggle = false ```