All Products
Search
Document Center

Tablestore:View instances

Last Updated:Jun 17, 2026

After you create a Tablestore instance, you can check its configuration, endpoints, and usage from the Tablestore console.

Prerequisites

You have created a Tablestore instance. If you have not created one, create an instance first.

View the instance list

  1. Log on to the Tablestore console.

  2. In the top navigation bar, select a resource group and a region.

  3. On the Overview page, find the Instances section. The list shows the instance alias/name, instance mode, instance type, and redundancy type of each instance.

    The Instances section showing instance names, modes, types, and redundancy types

You can perform the following operations in the Instances section.

Operation Description
Manage an instance Click the name of the instance, or click Manage Instance in the Actions column. The Instance Management page appears, where you can view instance information and manage data tables.
Modify the alias of an instance Click the Edit icon icon in the Instance Alias/Name column. Enter a new alias in the dialog box, and then click Modify the Alias Name.
View the monitoring data of an instance Click the Monitoring icon icon in the Monitoring column. The Instance Monitoring tab appears, where you can view statistics such as queries per second (QPS) and traffic.
Modify the tags of an instance Move the pointer over the Tags icon icon in the Tags column, and then click Edit in the pop-up window to modify the tags.
Release an instance Click Release in the Actions column, and then click OK in the Release message that appears. For more information, see Release an instance.
Important

You cannot restore a released instance. Proceed with caution.

View instance details

  1. Go to the Instance Management page.

    1. Log on to the Tablestore console.

    2. In the top navigation bar, select a resource group and a region.

    3. On the Overview page, click the name of the instance that you want to manage, or click Manage Instance in the Actions column.

  2. On the Instance Details tab, view the details of the instance.

    The Instance Details tab showing instance configuration, endpoints, and usage

The Instance Details tab contains the following sections.

Section Description
Instance Access URL The endpoints for connecting to the instance, including Classic Network, Internet, VPC, and Internet (Dual Stack). Use these endpoints to configure SDK or API access. For more information, see Endpoints.
Basic Information The core properties of the instance, including instance name, alias, mode, description, creation time, storage specification, redundancy type, resource group, and tags.
Usage Details The current resource consumption of the instance, including table size, last update time of table size, total number of tables, and the table count limit.
Tables The data tables in the instance. You can view and manage existing data tables or create a new one.
Time Series Tables The time series tables in the instance. You can view and manage existing time series tables or create a new one.

What's next

  • Endpoints -- Learn about the different endpoint types for Tablestore instances.

  • Release an instance -- Release an instance that you no longer need.