SYSTEM$COMMIT_MOVE_ORGANIZATION_ACCOUNT | Snowflake Documentation (original) (raw)

Finalizes the process of moving an organization account from one region to another.

The process of moving the organization account began when the SYSTEM$INITIATE_MOVE_ORGANIZATION_ACCOUNT was called.

See also:

SYSTEM$INITIATE_MOVE_ORGANIZATION_ACCOUNT , SYSTEM$SHOW_MOVE_ORGANIZATION_ACCOUNT_STATUS

Syntax

SYSTEM$COMMIT_MOVE_ORGANIZATION_ACCOUNT( )

Arguments

_graceperiod_

Specifies the number of days after which the organization account in the original region (that is, the source region) will be deleted.

Access control requirements

Only users with the GLOBALORGADMIN role can call this function.

Usage notes

Examples

Delete the original organization account 14 days after the move is finalized:

SELECT SYSTEM$COMMIT_MOVE_ORGANIZATION_ACCOUNT(14);