All Products
Search
Document Center

ApsaraDB RDS:Release or unsubscribe from an ApsaraDB RDS for SQL Server instance

Last Updated:Feb 29, 2024

If you no longer need an ApsaraDB RDS for SQL Server instance, you can manually release a pay-as-you-go or serverless RDS instance or unsubscribe from a subscription RDS instance. This topic describes how to release or unsubscribe from an RDS instance in the ApsaraDB RDS console and by calling API operations.

Usage notes

  • You can release pay-as-you-go or serverless RDS instances or unsubscribe from subscription RDS instances. After you release or unsubscribe from your RDS instance, the data of the RDS instance is retained for a period of time in the following situations:

    • The following RDS instances are moved to the recycle bin. You can unlock and rebuild the RDS instances in the recycle bin.

      • Unsubscribed or expired subscription RDS instances

      • Released pay-as-you-go RDS instances

      • Released serverless RDS instances

      Note

      RDS instances that meet specific requirements are moved to the recycle bin. For more information, see Manage ApsaraDB RDS for SQL Server instances in the recycle bin.

    • If the cross-region backup feature is enabled for the RDS instance and the specified retention period does not elapse, the backup files that are generated by using the cross-region backup feature are retained. For more information, see Use the cross-region backup feature.

    Warning

    In other situations, the data of an RDS instance is immediately deleted after you release or unsubscribe from the RDS instance. The data cannot be restored. Proceed with caution. We recommend that you back up your RDS instance and download the backup files in advance. For more information, see Back up an ApsaraDB RDS for SQL Server instance and Download data backup files and log backup files.

  • Before you release or unsubscribe from the last read-only RDS instance from a primary RDS instance, you must disable read/write splitting or the read-only routing endpoint of the primary RDS instance. For more information, see Disable read/write splitting or a read-only routing endpoint.

  • After you release or unsubscribe from a primary RDS instance, the subscription and pay-as-you-go read-only RDS instances of the primary RDS instance are automatically deleted. The payments for the subscription read-only RDS instances of the primary RDS instance are refunded.

  • Released or unsubscribed RDS instances are no longer displayed in the ApsaraDB RDS console and are not billed. If a primary RDS instance runs for more than seven days and then is released or unsubscribed from, the instance can be restored from the recycle bin. For more information, see Manage ApsaraDB RDS for SQL Server instances in the recycle bin.

  • If you create a privileged account for an RDS instance by using Terraform, you cannot delete the account by using Terraform and may fail to release or unsubscribe from the instance. For more information, see Create an account.

Release a primary RDS instance

Release a pay-as-you-go primary RDS instance and a serverless RDS instance

  1. Log on to the ApsaraDB RDS console. In the left-side navigation pane, click Instances. In the top navigation bar, select the region in which the primary RDS instance resides.

  2. Use one of the following methods to release an RDS instance:

    • Find the required RDS instance and choose More > Release Instance in the Actions column. 实例列表释放按量付费实例

    • Find the RDS instance and click the ID of the instance. In the Status section of the Basic Information page, click Release Instance.

  3. In the message that appears, click OK.

Unsubscribe from a subscription primary RDS instance

You can use one of the following methods to unsubscribe from a subscription RDS instance:

Unsubscribe page

If you want to unsubscribe from a subscription RDS instance, submit a ticket.

Basic Information page

  1. Log on to the ApsaraDB RDS console. In the left-side navigation pane, click Instances. In the top navigation bar, select the region in which the RDS instance resides.

  2. Click the instance name. In the Status section of the Basic Information page, click Cancellation of Instance Subscription to go to the Unsubscribe page.

Instances page

  1. Log on to the ApsaraDB RDS console. In the left-side navigation pane, click Instances. In the top navigation bar, select the region in which the RDS instance resides.

  2. In the Actions column of the RDS instance, choose More > Cancellation of Instance Subscription. In the dialogue box that appears, click OK to go to the Unsubscribe page.

Release a read-only RDS instance

Release a pay-as-you-go read-only RDS instance

  1. Log on to the ApsaraDB RDS console. In the left-side navigation pane, click Instances. In the top navigation bar, select the region in which your RDS instance resides.
  2. Use one of the following methods to release an RDS instance:

    • Find the RDS instance and choose More > Release Instance in the Actions column. 实例列表释放按量付费实例

    • Find the RDS instance and click the ID of the instance. On the Basic Information page, click Release Instance. 实例基本信息释放按量付费实例

  3. In the dialog box that appears, click OK.

Unsubscribe from a subscription read-only RDS instance

You can use one of the following methods to unsubscribe from a subscription RDS instance:

Unsubscribe page

If you want to unsubscribe from a subscription RDS instance, submit a ticket.

Basic Information page

  1. Log on to the ApsaraDB RDS console. In the left-side navigation pane, click Instances. In the top navigation bar, select the region in which the RDS instance resides.

  2. Click the instance name. In the Status section of the Basic Information page, click Cancellation of Instance Subscription to go to the Unsubscribe page.

Instances page

  1. Log on to the ApsaraDB RDS console. In the left-side navigation pane, click Instances. In the top navigation bar, select the region in which the RDS instance resides.

  2. In the Actions column of the RDS instance, choose More > Cancellation of Instance Subscription. In the dialogue box that appears, click OK to go to the Unsubscribe page.

Automatically release a read-only RDS instance

After you release or unsubscribe from a primary RDS instance, the subscription read-only RDS instances or pay-as-you-go read-only RDS instances of the primary RDS instance are automatically deleted. In addition, the payments for the subscription read-only RDS instances of the primary RDS instance are refunded.

FAQ

If I release or unsubscribe from a read-only RDS instance, are my workloads interrupted?

Yes, if you release or unsubscribe from a read-only RDS instance, your workloads on the read-only RDS instance are interrupted.

  • If you enable the database proxy feature for your RDS instance, we recommend that you set the read weight of a read-only RDS instance to 0 before you release or unsubscribe from the read-only RDS instance. For more information, see Configure the read and write attributes and the read weight of a database proxy endpoint.

    Note

    The cached connection to the read-only RDS instance remains valid. If you want to forward the read requests over the cached connection to other read-only RDS instances, you must establish new connections.

  • If you do not enable the database proxy feature for your RDS instance, you must modify the application code to replace the connection settings for the read-only RDS instance that you want to release or unsubscribe from with those of another read-only RDS instance or the primary RDS instance.

Related operations

Operation

Description

DeleteDBInstance

Releases a pay-as-you-go or serverless RDS instance. You cannot unsubscribe from a subscription RDS instance by calling the API operation.