upgradeAgent

Upgrade an agent
The agent will be upgraded to the agent version corresponding with the UrbanCode Deploy server version.

Format

udclient [global-args...] [global-flags...]
  upgradeAgent [parameters]

Parameters

Table 1. Request parameters
Parameter Type Required Description
agent string true Name or ID of the agent

Example

udclient -username admin -password admin 
  -weburl https://myserver.example.com:8443
  upgradeAgent
  -agent Agent1

Related REST command: Upgrade an agent.


Feedback