Synopsis
Parameters
| Parameter |
Type |
Description |
| token |
string |
Authentication token (see RemoteApi.login). |
| name |
string |
The name of the agent to enable. |
Returns
boolean: True.
Faults
| Fault Type |
Fault Reason |
| IllegalArgumentException |
If the given agent does not exist. |
Description
Enables a given disabled agent, allowing it to once more begin processing builds. If the agent is curently marked to disable on idle, it will be returned to the building state.
Access
Available to users with disable permission for the given agent.
See Also