Synopsis
Parameters
| Parameter |
Type |
Description |
| token |
string |
Authentication token, see RemoteApi.login. |
| user |
string |
Login of the user that owns the personal build to kill. |
| id |
int |
The ID of the personal build to kill. |
Returns
boolean: True if kill was requested, false if the build was not found or was not in progress.
Faults
| Fault Type |
Fault Reason |
| IllegalArgumentException |
If the given project name is invalid. |
Since
2.4.14
Description
Request that the given active personal build for the given user is killed as quickly as possible. Killing does not allow for any graceful cleanup. This function returns when the request is made, which is likely to be before the build is killed.
Access
Requires administration permission for the server.