Command Reference

Command Reference

undeployAll

undeployAll

Undeploys all objects in a given RulePoint project.
The undeployAll command uses the following syntax:
rpcmd undeployAll <-URL|-u> url <-UserName|-un> user_name <-Password|-pd> password <-ProjectName|-pn> project_name [<-ObjectType|-at> object_type]
The following table describes the
rpcmd
undeployAll options and arguments:
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.
-ObjectType
-ot
Object_type
Type of object that you want to undeploy. Valid values for this option are sources, rules, and responders.

Example

You can use the following syntax to undeploy all sources:
> ./rpcmd.sh undeployall -u http://localhost:8080/rulepoint -un Administrator -pd Administrator1 -pn "Default Project" -ot sources

0 COMMENTS

We’d like to hear from you!