diff --git a/docs/cloud/features/08_backups/overview.md b/docs/cloud/features/08_backups/overview.md index 6495f1fdcf2..c6d8e9ad396 100644 --- a/docs/cloud/features/08_backups/overview.md +++ b/docs/cloud/features/08_backups/overview.md @@ -154,9 +154,7 @@ After you have successfully inserted the data into your original service, make s ## Undeleting or undropping tables {#undeleting-or-undropping-tables} - - -The `UNDROP` command is not supported in ClickHouse Cloud. If you accidentally `DROP` a table, the best course of action is to restore your last backup and recreate the table from the backup. +The `UNDROP` command is supported in ClickHouse Cloud through [Shared Catalog](https://clickhouse.com/docs/cloud/reference/shared-catalog). To prevent users from accidentally dropping tables, you can use [`GRANT` statements](/sql-reference/statements/grant) to revoke permissions for the [`DROP TABLE` command](/sql-reference/statements/drop#drop-table) for a specific user or role.