Undeploy a Virtualized Service from Mediator
To undeploy a virtualized service from Mediator, use a undeploy command of the following format:
CentraSiteCommand undeploy [-url <CENTRASITE-URL>]
-user <USER-ID> -password <PASSWORD>
-virtualService <VIRTUAL-SERVICE> -target <TARGET>
Input Parameters
The following table describes the complete set of input parameters that you can use with the undeploy command:
Input Parameter | Description |
-url | The fully qualified URL (http://localhost:53307/CentraSite/CentraSitee) for the CentraSite registry/repository. |
-user | The user ID of a user who has the CentraSite Administrator role. |
-password | The password of the user identified by the parameter -user. |
-virtualService | The name of the virtual service. |
-target | The target to which the virtual service identified by the parameter -virtualService is to be undeployed. |
For example (all in one line):
CentraSiteCommand undeploy -url http://localhost:53307/CentraSite/CentraSite
-user Administrator -password manage -virtualService VS1 -target Target1