Execute cepundeployrsc to undeploy definition information that is no longer required.
Refer to "8.13 cepundeployrsc" for details.
Below is an example of undeploying.
Note
Note on executing cepundeployrsc
Definition information cannot be undeployed while the CEP engine is running.
Example
Example of undeploying definition information
This is an example of command execution when the following definition information that has been deployed in a CEP engine (CepEngine) is to be undeployed:
Type of definition information | Development asset ID |
---|---|
Event type definition | EVENT01 |
Rule definition | RULE01 |
Master definition | MASTER01 |
SOAP listener definition | LISTENER01 |
The command execution example is as follows:
$ cepundeployrsc eventtype -e CepEngine -n EVENT01<ENTER>
Are you sure you want to undeploy the event type definition?(default: y) [y,n,q]:<ENTER>
Command cepundeployrsc executed successfully.
$ cepundeployrsc rule -e CepEngine -n RULE01<ENTER>
(...)
$ cepundeployrsc master -e CepEngine -n MASTER01<ENTER>
(...)
$ cepundeployrsc listener -e CepEngine -n LISTENER01<ENTER>
(...)