Unsupported content This version of the documentation is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

UpgradeModelObjectsJob - removeDepotGroupFromJob


UpgradeModelObjectsJob - removeDepotGroupFromJob

Description :

This command removes a depot group from an existing Upgrade Model Objects Job.

The jobKey argument is a DBKey that refers to the job you want to modify. The groupId argument is the ID of the depot group you want to remove from the job.

This command returns a handle to the updated job. Note that this handle is different than any existing handle to this job. All older handles are invalid.

Return type : DBKey

Command Input :

Variable Name

Variable Type

Description

jobKey

DBKey

Handle to the job.

groupId

Integer

ID of the depot group.

Example

The following example shows how to remove a depot group from an existing Upgrade Model Objects Job.

Script





JOB_KEY=`blcli UpgradeModelObjectsJob getDBKeyByGroupAndName /group1 upgrade_co_job`

GROUP_ID=`blcli DepotGroup groupNameToId /group1`


JOB_KEY=`blcli UpgradeModelObjectsJob removeDepotGroupFromJob $JOB_KEY $GROUP_ID`



 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*