All Products
Search
Document Center

Microservices Engine:Manage configurations

Last Updated:Feb 28, 2026

After you create configurations in Microservices Engine (MSE), you can query, edit, import, export, clone, and delete them from the MSE console. Configuration changes take effect immediately after you publish them, with no application restart required.

Prerequisites

Before you begin, ensure that you have:

Navigate to the configurations page

All operations in this document start from the Configurations page.

  1. Log on to the MSE console and select a region in the top navigation bar.

  2. On the Instances page, click the name of the instance.

  3. In the left-side navigation pane, choose Configuration Management > Configurations.

Query configurations

Filter configurations by Namespace, Group, Data ID, Application, or Tags.

  1. In the upper part of the Configurations page, specify one or more filter criteria.

  2. Click Query.

Query configurations

The following table lists the operations you can perform on query results.

ActionSteps
View configuration detailsClick a Data ID value in the Data ID column.
Edit a configurationClick Edit in the Actions column.
Delete a configurationChoose More > Delete in the Actions column.
View version historyClick History Queries in the Actions column.
View listener informationClick Listening Query in the Actions column.
Export configurationsSelect one or more configurations, then click Export at the bottom of the page.
Clone configurationsSelect one or more configurations, then click Clone at the bottom of the page.
Batch delete configurationsSelect multiple configurations, then click Batch Delete at the bottom of the page.

View configuration details

  1. On the Configurations page, find the target configuration and click its Data ID value.

  2. On the details page, review the configuration across the following tabs:

    TabDescription
    Configuration ContentThe current content of the configuration.
    Sample CodeCode snippets for accessing the configuration.
    VersionsThe version history of the configuration.
    Listening QueryClients that are listening to the configuration.

Edit a configuration

Use Beta Release to validate changes on a subset of instances before a full rollout. This reduces the risk of configuration errors affecting all instances at once.

  1. On the Configurations page, find the target configuration and click Edit in the Actions column.

  2. In the Edit Configuration panel, modify the configuration. The Edit Configuration panel includes all settings available in the Add Configuration panel, plus the following features: Beta Release Turn on the Beta Release switch to publish the configuration to specific instances first. Enter the IP addresses of the instances on which to verify the configuration. For an on-premises machine, enter its public IP address. After you confirm that the configuration works correctly on these instances, publish it to all instances. Comparison of Configuration Content After you click Release, a comparison view shows the differences between the original configuration and your changes. Review the comparison to catch accidental errors before you confirm the release.

  3. Click Release.

For details about each configuration field, see Create a configuration.

Import configurations

  1. On the Configurations page, click Import Configuration.

  2. In the Import Configuration dialog box, select a conflict resolution policy for Same Configurations:

    OptionBehavior
    Stop ImportStops the import when a conflict is detected.
    SkipSkips conflicting configurations and imports the rest.
    OverwriteOverwrites existing configurations with the imported ones.
  3. Click Upload File to select a configuration file.

  4. Click OK.

Export configurations

  1. On the Configurations page, select one or more configurations.

  2. Click Export at the bottom of the page.

  3. In the Export Configuration dialog box, click Start Export.

Clone configurations

Clone configurations to another namespace within the same region.

  1. On the Configurations page, select one or more configurations.

  2. Click Clone at the bottom of the page.

  3. In the Clone Configuration dialog box, select a namespace from the Destination Namespace drop-down list.

  4. Click Start Clone.

Delete configurations

Delete a single configuration

  1. On the Configurations page, find the target configuration and choose More > Delete in the Actions column.

  2. In the Delete Configuration dialog box, confirm the configuration details and click OK.

Batch delete configurations

  1. On the Configurations page, select the configurations to delete.

  2. Click Batch Delete at the bottom of the page.

  3. In the Batch Delete dialog box, confirm the configurations and click OK.