Page History
...
Stops a JS7 Controller instance.
SYNTAX
Stop-JS7ControllerInstance [[-Url] <Uri>] [[-Action] <String>] [-Restart] [-NoFailover] [-Service] [[-AuditComment] <String>] [[-AuditTimeSpent] <Int32>] [[-AuditTicketLink] <Uri>] [-WhatIf] [-Confirm] [<CommonParameters>]
...
The stop of a Controller instance is performed and optionally the instance fails over
to the passive cluster member in a JS7 Controller cluster.
The following REST Web Service API resources are used:
* /controller/abort
* /controller/abort_and_restart
* /controller/restart
* /controller/terminate
PARAMETERS
Url
-Url <Uri>
Optionally the Url of the Controller instance to be stopped can be specified.
Without this parameter the active Controller will be stopped.
Consider that stopping a passive Controller in a JS7 cluster cannot perform
a fail-over as the current cluster member instance is passive.
...