Use the lmvutil command with the --updatePod option to update or modify the name or description of a pod.
Syntax
lmvutil --updatePod --podName podname [--newPodName podname] [--description text]
Usage Notes
This command returns an error message if the Cloud Pod Architecture feature is not initialized or if the command cannot find or update the pod.
Options
You can specify these options when you update a pod name or description.
Option | Description |
---|---|
--podName | Name of the pod to update. |
--newPodName | (Optional) New name for the pod. A pod name can contain between 1 and 64 characters. |
--description | (Optional) Description of the site. The description can contain between 1 and 1024 characters. |
Example
lmvutil --authAs adminEast --authDomain domainEast --authPassword "*" --updatePod --podName "East Pod 1" --newPodName "East Pod 2"