Information
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`



 

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

BMC Server Automation Command Line Interface 8.5