Salesforce

Undropping and restoring an account in Snowflake

« Go Back

Information

 
SummaryThis article provides instructions on how to undrop an account in Snowflake using the Snowsight UI or a SQL command. This allows you to recover a dropped account from being permanently deleted after the grace period ends.
Last Modified DateMay 30, 2025
Solution

When an account is dropped, it enters a specified grace period (between 3 and 90 days) before it is removed. During the grace period, a user with the organization administrator role (ORGADMIN) can undrop, or restore, a Snowflake account to prevent it from being permanently deleted. This allows the ORGADMIN to restore accounts that may have been accidentally flagged for removal.

 

Undropping an account also unlocks it, allowing users to access the account as if it had never been dropped.

 

To undrop an account, the ORGADMIN can run the following commands using Snowsight or SQL:

 

Snowsight

  1. Select Admin » Accounts.
  2. Select the Dropped Accounts tab.
  3. Find the account, and select … » Undrop Account.
  4. Select Undrop Account.

 

SQL

Use the UNDROP ACCOUNT command.

 

USE ROLE ORGADMIN;
UNDROP ACCOUNT <account_name>

You can find additional information on dropped accounts, including how to view a list of currently dropped accounts, in our Documentation.

Additional Information
URL NameUndropping-and-restoring-an-account-in-Snowflake
TitleUndropping and restoring an account in Snowflake
Category 
Sub Category 
Article Record TypeFAQ

Powered by