v1

latestSwagger 2.02026-07-13285166341.1 KB
Agents

Update an Agent

Updates an Agent. The body of the PUT is the updated Agent. When successful, the response is empty. If unsuccessful, an appropriate ApiError is returned.

put/api/v2/agents/{agentID}

Path parameters

agentIDinteger required

The id of the Agent to update.

Request body

AgentIDinteger

The id of the Agent

UserIDinteger required

The UserID of the Agent

MachineNamestring required

The machine name of the computer the agent is running on

KeepAliveIntervalinteger required

The 'Heartbeat Interval' used by the Build Agent.

Response

No Content