From b1ca174b1332f2b7630c477f23381b09503e5402 Mon Sep 17 00:00:00 2001 From: Mohammad Naqvi <162358280+mnaqvi08@users.noreply.github.com> Date: Tue, 6 Jan 2026 16:10:25 -0500 Subject: [PATCH] chore: address comments --- .../cloud-dedicated/admin/databases/delete.md | 8 +++---- .../admin/databases/undelete.md | 23 ++++++------------- 2 files changed, 11 insertions(+), 20 deletions(-) diff --git a/content/influxdb3/cloud-dedicated/admin/databases/delete.md b/content/influxdb3/cloud-dedicated/admin/databases/delete.md index 6543d17a4..8d21c3f71 100644 --- a/content/influxdb3/cloud-dedicated/admin/databases/delete.md +++ b/content/influxdb3/cloud-dedicated/admin/databases/delete.md @@ -49,11 +49,11 @@ to delete a database from your {{< product-name omit=" Clustered" >}} cluster. > database. > [!Note] -> #### Deleted databases can be restored +> #### Deleted databases may be able to be restored > -> Deleted databases can be [restored](/influxdb3/cloud-dedicated/admin/databases/undelete/) -> within approximately 7 days of deletion. After this grace period, the database -> and its data are permanently removed. +> Deleted databases may be able to be [restored](/influxdb3/cloud-dedicated/admin/databases/undelete/) +> within approximately 7 days of deletion, depending on when cleanup jobs run. +> After the cleanup job runs, the database and its data are permanently removed. {{< tabs-wrapper >}} {{% tabs %}} diff --git a/content/influxdb3/cloud-dedicated/admin/databases/undelete.md b/content/influxdb3/cloud-dedicated/admin/databases/undelete.md index 4892c4b5a..1d928ba06 100644 --- a/content/influxdb3/cloud-dedicated/admin/databases/undelete.md +++ b/content/influxdb3/cloud-dedicated/admin/databases/undelete.md @@ -43,24 +43,15 @@ table limits, and column limits as when it was deleted. [influxctl](#influxctl) {{% /tabs %}} {{% tab-content %}} - -The InfluxDB Cloud Dedicated administrative UI includes a portal for -managing databases, including restoring deleted databases. +{{< admin-ui-access >}} -1. To access the {{< product-name >}} Admin UI, visit the following URL in your browser: +In the database list, find the deleted database you want to restore. +Deleted databases are shown with a "Deleted" status indicator. +You can sort on column headers or use the **Search** field to find a specific database. -
- https://console.influxdata.com -- -2. Use the credentials provided by InfluxData to log into the Admin UI. - If you don't have login credentials, [contact InfluxData support](https://support.influxdata.com). -3. In the database list, find the deleted database you want to restore. - Deleted databases are shown with a "Deleted" status indicator. - You can sort on column headers or use the **Search** field to find a specific database. -4. In the options menu (three vertical dots to the right of the database), click **Restore Database**. The **Restore Database** dialog displays. -5. In the **Restore Database** dialog, review the database name and deletion date. -6. Click the **Restore Database** button to restore the database. +1. In the options menu (three vertical dots to the right of the database), click **Restore Database**. The **Restore Database** dialog displays. +2. In the **Restore Database** dialog, review the database name and deletion date. +3. Click the **Restore Database** button to restore the database. {{% /tab-content %}} {{% tab-content %}}