Skip to content

Commit 490c57d

Browse files
authored
Update content/influxdb3/clustered/admin/tables/delete.md
1 parent dab1ae5 commit 490c57d

File tree

1 file changed

+10
-11
lines changed
  • content/influxdb3/clustered/admin/tables

1 file changed

+10
-11
lines changed

content/influxdb3/clustered/admin/tables/delete.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,13 @@ Replace the following:
4040

4141
When prompted, enter `y` to confirm the deletion.
4242

43-
{{% note %}}
44-
#### Wait before reusing a deleted table name
45-
46-
After deleting a table, wait a few minutes before attempting to create a new
47-
table with the same name to ensure the deletion process has fully completed.
48-
49-
{{% product-name %}} creates tables implicitly using table names specified in
50-
line protocol written to the databases. To prevent the deleted table from being
51-
immediately recreated by incoming write requests, pause all write requests to
52-
the table before deleting it.
53-
{{% /note %}}
43+
> [!Note]
44+
> #### Wait before reusing a deleted table name
45+
>
46+
> After deleting a table, wait a few minutes before attempting to create a new
47+
> table with the same name to ensure the deletion process has fully completed.
48+
>
49+
> {{% product-name %}} creates tables implicitly using table names specified in
50+
> line protocol written to the databases. To prevent the deleted table from being
51+
> immediately recreated by incoming write requests, pause all write requests to
52+
> the table before deleting it.

0 commit comments

Comments
 (0)