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.

Request

POST https://{hostname}:{port}
    /cli/agentCLI/removeServerPin?{parameters}
Accept: {contentType}
Table 1. Request 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
Table 2. Header parameters
Parameter Type Required Description
Accept
  • application/json
  • application/yaml
true

Related CLI command: removeAgentServerPin.