js-stopdomain |
Top Previous Next |
The js-stopdomain command may be used to stop domains in MFT Server.
Usage: js-stopdomain [-options]
Options:
-d the domain name - if not specified, all domains will be stopped. -h display this help menu. -wait the number of seconds to wait until the domain(s) are stopped. If not specified, there is no wait.
Example of stopping "Domain1" with a 10 second wait:
js-stopdomain -d Domain1 -wait 10
Example of stopping all domains with no wait:
js-stopdomain |