diff --git a/content/shared/influxdb3-admin/databases/list.md b/content/shared/influxdb3-admin/databases/list.md index 4592c7fae..cd40ef9dc 100644 --- a/content/shared/influxdb3-admin/databases/list.md +++ b/content/shared/influxdb3-admin/databases/list.md @@ -11,7 +11,7 @@ the [`/api/v3/configure/database`](/influxdb3/version/api/v3/) HTTP API endpoint Provide the following: - _(Optional)_ [Output format](#output-formats) with the `--format` option - - _(Optional)_ [Show deleted databases](list-deleted-databases) with the + - _(Optional)_ [Show deleted databases](#list-deleted-databases) with the `--show-deleted` option - {{< product-name >}} {{% token-link "admin" "admin" %}} with the `-t`, `--token` option diff --git a/content/shared/influxdb3-internals/data-retention.md b/content/shared/influxdb3-internals/data-retention.md index bd9d79a07..f2a9c8c2f 100644 --- a/content/shared/influxdb3-internals/data-retention.md +++ b/content/shared/influxdb3-internals/data-retention.md @@ -9,9 +9,6 @@ are filtered out of query results, even though the data may still exist in stora {{% /show-in %}} - [Retention period duration formats](#retention-period-duration-formats) - [Set database retention period](#set-database-retention-period) -{{% show-in "core" %}} -- [Retention period limitations](#retention-period-limitations) -{{% /show-in %}} {{% show-in "enterprise" %}} - [Update retention periods](#update-retention-periods) - [Retention period precedence](#retention-period-precedence)