All Products
Search
Document Center

Tablestore:View instances

Last Updated:Feb 28, 2026

After you create a Tablestore instance, you can check its configuration, endpoints, and usage from the Tablestore console. This topic describes how to view the instance list and instance details.

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

The following table describes the operations you can perform in the Instances section.

OperationDescription
Manage an instanceClick 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 instanceClick 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 instanceClick 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 instanceMove 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 instanceClick 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 following table describes the sections on the Instance Details tab.

SectionDescription
Instance Access URLLists the endpoints for connecting to the instance: HTTP URL of Classic Network, Internet, VPC, and Internet (Dual Stack). Use these endpoints to configure SDK or API access. For more information, see Endpoints.
Basic InformationShows the core properties of the instance: instance name, instance alias, instance mode, instance description, creation time, storage specification, redundancy type, resource group, and tags.
Usage DetailsShows the current usage of the instance: table size, the time when the table size was last updated, total number of tables, and the upper limit for the total number of tables.
TablesLists the data tables created in the instance. You can view and manage existing data tables or create a new data table.
Time Series TablesLists the time series tables created in the instance. You can view and manage existing time series tables or create a new time series table.

What's next

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

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