RulePoint
- RulePoint 6.1
- All Products
The following table describes therpcmd undeploy <-URL|-u> url <-UserName|-un> user_name <-Password|-pd> password <-ProjectName|-pn> project_name <-ObjectName|-an> object_name1, object_name2...|file;file_name [<-ObjectType|-at> object_type]
Option
| Argument
| Description
|
---|---|---|
-URL
-u
| url
| URL of RulePoint design server instance to connect to run the command.
|
-UserName
-un
| user_name
| User name to connect to RulePoint Server.
|
-Password
-pd
| password
| Password of the user name to connect to the RulePoint Server.
|
-ProjectName
-pn
| project_name
| Name of RulePoint project that contains the object.
|
-ObjectName
-on
| object_name1
| The name of the RulePoint object that you want to undeploy. If you want to undeploy a number of objects, enter the object names separated with a comma. Alternatively, you can also enter the object names from an input file located at
<RULEPOINT_HOME>/scripts .
|
-ObjectType
-ot
| object_type
| Type of object that you want to undeploy. Valid values for this option are sources, rules, and responders.
|
> ./rpcmd.sh undeploy -u http://localhost:8080/rulepoint -un Administrator -pd Administrator1 -pn Banking_UC -ot rules -on "Template to check for customers with a given balance_rule","Rule to demonstrate usage of Watchlist and SQL Analytic","Rule to check for customers with balance below 10000"