removeAgentServerPin

Remove public key pin for a server host from an agent

This command requests the agent remove a public key pin for a server host, but does not wait for or report the result. The returned maintenance task can be used to query the result.

Format

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

Parameters

Table 1. Parameters
Parameter Type Required Description
agent string true Name or ID of the agent
host string true The host name, as it is known by the agent, from which the public key pin is removed
publicKeyFingerprint string true The fingerprint for the public key pin to remove

Related REST command: Remove public key pin for a server host from an agent.