deleteAgentProperty
Remove a property from an agent
Format
udclient [global-args...] [global-flags...]
deleteAgentProperty [parameters]
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| agent | string | true | Name or ID of the agent |
| name | string | true | Name of the property |
Example
udclient -username jsmith -password passwd
-weburl https://deployserver.example.com:8443
deleteAgentProperty
-agent Agent1
-name Prop1Related REST command: Remove a property from an agent.