diff --git a/go/controller/docs/api.md b/go/controller/docs/api.md
index 3dfab3ab4..191c7ba84 100644
--- a/go/controller/docs/api.md
+++ b/go/controller/docs/api.md
@@ -748,6 +748,7 @@ _Appears in:_
| `prometheusConnection` _[HTTPConnection](#httpconnection)_ | PrometheusConnection connection details for a prometheus instance to use | | Optional: {}
|
| `lokiConnection` _[HTTPConnection](#httpconnection)_ | LokiConnection connection details for a loki instance to use | | Optional: {}
|
| `ai` _[AISettings](#aisettings)_ | AI settings specifies a configuration for LLM provider clients | | Optional: {}
|
+| `logging` _[LoggingSettings](#loggingsettings)_ | Settings for connections to log aggregation datastores | | Optional: {}
|
@@ -948,6 +949,7 @@ _Appears in:_
_Appears in:_
- [DeploymentSettingsSpec](#deploymentsettingsspec)
+- [LoggingSettings](#loggingsettings)
| Field | Description | Default | Validation |
| --- | --- | --- | --- |
@@ -1182,6 +1184,24 @@ _Appears in:_
| `resources` _[ContainerResources](#containerresources)_ | Resource specification that overrides implicit container resources when containers are not directly configured. | | Optional: {}
|
+#### LoggingSettings
+
+
+
+
+
+
+
+_Appears in:_
+- [DeploymentSettingsSpec](#deploymentsettingsspec)
+
+| Field | Description | Default | Validation |
+| --- | --- | --- | --- |
+| `enabled` _boolean_ | | | Optional: {}
|
+| `driver` _[LogDriver](#logdriver)_ | The type of log aggregation solution you wish to use | | Optional: {}
|
+| `victoria` _[HTTPConnection](#httpconnection)_ | Configures a connection to victoria metrics | | Optional: {}
|
+
+
#### ManagedNamespace