removeEnvironmentFromTeam
Remove an environment from a team
Format
udclient [global-args...] [global-flags...]
removeEnvironmentFromTeam [parameters]
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| application | string | false | Name or ID of the application; this value is required if you specify the environment name instead of ID |
| environment | string | true | Name or ID of the environment |
| 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 Application". |
Example
udclient -username jsmith -password passwd
-weburl https://deployserver.example.com:8443
removeEnvironmentFromTeam
-application MyApplication
-environment MyEnvironment
-team MyTeamRelated REST command: Remove an environment from a team.