deleteResourceProperty#

Delete a resource property

Format#

udclient [\[global-args...\]](../../com.udeploy.reference.doc/topics/cli_command_format.md) [\[global-flags...\]](../../com.udeploy.reference.doc/topics/cli_command_format.md)
  deleteResourceProperty [parameters]

Parameters#

Parameter Type Required Description
resource string true Path to the resource, such as /ResourceGroup/Agents/Agent1
template string false Name or ID of the resource template (Optional)
blueprintId string false Name or ID of the blueprint (Optional)
application string false Name or ID of the application (Required to look up blueprint by name)
name string true Name of the property

Example#

udclient -username jsmith -password passwd 
  -weburl https://myserver.example.com:8443
  deleteResourceProperty
  -resource "/ResourceGroup/My resource"
  -name property1

Note: When you specify the name of the resource, type the complete path to the resource, including the initial '/' character if the resource is not in any higher-level group.

Related REST command: Delete a resource property.

Parent topic: CLI Commands