agentCLI resource Get agent maintenance taskGet list of agent maintenance tasksAdd a tag to an agentAdd an agent to a teamDelete a tag from an agentDelete an agentAgents should be shut down before deletion.Get information about all agentsGet information about an agentThis command returns a JSON representation of an agent.Get list of managed Java installationsThis command returns a list of managed Java installations for an agent.Get list of managed Java installations in bulkThis command returns a list of managed Java installations for a set of agents. Individual sub-requests may succeed or fail independently. A single request may contain up to 250 sub-requests.Get the value of a property on an agentInstall Java packages as a new managed Java installations in bulkThis command request a set of agents install Java, but does not wait for or report the results. The returned maintenance tasks can be used to query the result. Individual sub-requests may succeed or fail independently. A single request may contain up to 250 sub-requests.Install a Java package as a new managed Java installationThis command requests the agent install Java, but does not wait for or report the result. The returned maintenance task can be used to query the result.List all tags on an agentRemove a property from an agentRemove an agent from a teamRename an agentRename an agent. Use this command if running the agent configuration script in the agent bin directory is not convenient. Only the administrator can run this method.Restart an agentReturn high watermarks for agent usageReturns a JSONObject with count of agents to statusSet a property on a agentSet the configured JAVA_HOME of agents in bulkThis command requests a set of agents set JAVA_HOME, but does not wait for or report the results. Each new JAVA_HOME will not take effect until the respective agent is restarted. The returned maintenance tasks can be used to query the results.Individual sub-requests may succeed or fail independently. A single request may contain up to 250 sub-requests.Set the configured JAVA_HOME of an agentThis command requests the agent set JAVA_HOME, but does not wait for or report the result. The new JAVA_HOME will not take effect until the agent is restarted. The returned maintenance task can be used to query the result.Shut down an agentTest the connection from an agent to the serverUninstall a managed Java installationThis command requests the agent uninstall Java, but does not wait for or report the result. If an installation is the active JAVA_HOME or configured as JAVA_HOME, that installation is not removed.Uninstall a managed Java installations in bulkThis command requests a set of agents uninstall Java, but does not wait for or report the result. If an installation is the active JAVA_HOME or configured as JAVA_HOME, that installation is not removed. The returned maintenance tasks can be used to query the result. Individual sub-requests may succeed or fail independently. A single request may contain up to 250 sub-requests.Update agent settingsUpgrade an agentThe agent will be upgraded to the agent version corresponding with the server version.Parent topic: REST commands for the IBM UrbanCode Deploy server