nop/unnop
The plan command to set a job in plan operational or non-operational using Orchestration CLI. It temporarily disables a job in a job stream without changing its dependencies.
Overview
The command updates jobs in a job stream without deleting them or changing their dependencies. If the job contains standard dependencies, they are released and the successors are launched. If the dependency is conditional, the condition must be verified as true before the successors run. After the command runs, the specified job changes to CANCEL PEND status.
For example, if you need to temporarily skip a notification job due to a service outage, you can nop that job in the job stream until the service is restored.
Syntax and command line options
ocli plan [nop|unnop] jobselect [noask]
- jobselect
- Specify the job name. The job must exist in the plan; otherwise, an error occurs. You can operate on multiple jobs by using wildcards.
- noask
- If specified, the agent updates the nop/unnop option in the job without a confirmation prompt.