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.

AgentInstallerJob - deleteJobByGroupAndName

AgentInstallerJob - deleteJobByGroupAndName

Description :

This command deletes an Agent Installer Job and all of its dependents. You must identify the job group where the job is stored and the name of the job.

Return type : void

Command Input :

Variable Name

Variable Type

Description

parentGroup

String

Fully qualified path to the job group where the job is stored.

jobName

String

Name of the Agent Installer Job.

Example

The following example shows how to delete an Agent Installer Job.

Script





JOB_NAME=agentInstallerJobForServer 

JOB_GROUP=/installjobs 

`blcli AgentInstallerJob deleteJobByGroupAndName $JOB_GROUP $JOB_NAME` 



Was this page helpful? Yes No Submitting... Thank you

Comments