All Products
Search
Document Center

Application Real-Time Monitoring Service:How do I rename an application?

Last Updated:Mar 11, 2026

To rename an application in Application Real-Time Monitoring Service (ARMS), modify the armsPilotCreateAppName parameter in your Deployment.

Update the application name

In your Deployment configuration, set the armsPilotCreateAppName parameter to the new application name.

Apply the updated Deployment:

kubectl apply -f <your-deployment-file>.yaml

Verify the rollout:

kubectl rollout status deployment/<your-deployment-name>

Replace the following placeholders with your values:

PlaceholderDescriptionExample
<your-deployment-file>Filename of your Deployment YAMLmy-service.yaml
<your-deployment-name>Name of your Kubernetes Deploymentmy-service