Deleting an Existing Gateway
Use the remove gateway command to delete an existing gateway in CentraSite.
The syntax for the command is:
C:\SoftwareAG\CentraSite\utilities>CentraSiteCommand.cmd remove gateway -user <USER-ID>-password <PASSWORD>[-url <CENTRASITE-URL>] -gateway <GATEWAY>
The input parameters are:
Parameter | Description |
-url | (Optional) The URL of the CentraSite registry. Default value is http://localhost:53307. |
-user | The user ID of a registered CentraSite user. For example, a user who has the CentraSite Administrator role. |
-password | The password for the registered CentraSite user identified by the parameter -user. |
-gateway | Name of the gateway you want to delete. |
Example:
C:\SoftwareAG\CentraSite\utilities>CentraSiteCommand.cmd remove gateway -user Administrator -password manage -url http://localhost:53305/CentraSite/CentraSite -gateway DevMediator
The response to this command could be:
Executing the command : remove gateway
Gateway DevMediator removed
Successfully executed the command : remove gateway