Cancel an ACI action.
You specify the action to cancel using a thread value, which you can find using the ACIThreadStatus
action. IDOL server then stops the service as soon as possible.
Note: This action stops only actions that the Content component is processing.
Note: This is a service control action that can be sent only from ServiceControlClients (which are set in the [Service]
section of the configuration file).
http://12.3.4.56:9002/action=CancelACIAction&Thread=4
This action uses port 9002 to stop the action that IDOL server is processing on thread 4.
Parameter | Description | Required |
---|---|---|
Thread | The thread of the action to cancel. | Yes |
|