Dropping an RPC

To drop an RPC, use this procedure (the RPC must be idle to be dropped):

exec sgw_droprpc rpc_name

where rpc_name is the name of the RPC you intend to drop.

Example

To drop the sample RPC named “SYD2”:

exec sgw_droprpc SYD2
go