Ends subscriptions to a deployed DOE-C package.
Syntax
endSubscriptions
{-i|--in inputXmlFile} |
{-d|--domain domainName
-p|--packageName name
{-a|--all | -s|--subscriptionID ID}}
[-h|--help] [-sl|--silent]
Parameters
- -h|--help – gets help on this command.
- -d|--domain – specifies the domain.
- -i|--in – reads package name from input XML file.
You can generate the XML file by using the -o parameter with the getPackages command.
- -a|--all – ends subscriptions for all deployed packages.
- -p|--packageName – specifies package name for which subscriptions are ended. Package name is followed by a colon and the package version number, with no white space; for example:
-p myPkg:2.0
- -s|--subscriptionID – specifies one or more subscription IDs to recover. Use a comma to separate multiple subscription IDs, with no white space; for example:
-s mySubs1,mySubs2
- -sl|--silent – disables all user interactive
questions; this option is generally used with batch files.