Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This cmdlet resets an Agent. In a first step any orders, workflows and other deployable objects are revoked from an Agent.
In a second step the Agent performs a restart and initialiszes its journal.
In a final step the Controller reconnects to the Agent and deploys any required deployable objects.

It is recommended to first check the state of orders prior to resetting the Agent and to complete or to cancel any attached orders.
Consider that orders have to be re-submitted to an Agent after reset.

The following REST Web Service API resources are used:

* /agent/reset

PARAMETERS

AgentId

-AgentId <String>
Specifies a unique identifier for an Agent. This identifier cannot be modified during the lifetime of an Agent.
In order to modify the Agent identifier the Agent has to be removed and added.

...