Updated on 2026-07-07 GMT+08:00

Modifying the Name of a Real-Time Service

You can change the name of a created real-time service to make management easier and upgrade the service.

Prerequisites

The service is not in the Deploying, Stopping, Upgrading, or Deleting status.

Constraints

After modifying the service name, the changes will only apply to new pods created through operations such as restarts or new deployments. Existing pods will remain unchanged.

For example, if you modify the service name and then restart the service, you can view the newly reported container metrics by service_name or task_name in AOM. For a new deployment, the values of service_name and task_name in the container metrics of the new pod will also be the new service name.

The service name can contain 1 to 128 characters, including letters, digits, hyphens (-), and underscores (_).

Procedure

  1. Log in to the ModelArts console and choose Model Inference > Real-Time Inference.
  2. In the service list, click to the right of the real-time service name, edit the name, and click OK.
    Figure 1 Modifying a service name