removeResourceFromTeam#
Remove a resource from a team
Format#
udclient [\[global-args...\]](../../com.udeploy.reference.doc/topics/cli_command_format.md) [\[global-flags...\]](../../com.udeploy.reference.doc/topics/cli_command_format.md)
removeResourceFromTeam [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) |
team | string | true | Name or ID of the team |
type | string | false | Name of the type to use. Leave blank if you are using the type "Standard Resource". |
Related REST command: Remove a resource from a team.
Parent topic: CLI Commands