Deleting a process rule

About this task

This subcommand deletes a process rule. By default, a process rule may only be deleted when it is not used by any project grouping. Use the -force option to delete a process rule that is in use. You must be working as a Process rules manager to use this command.

ccm pr|process_rule|ut|update_temp|update_template|rt|recon_temp|
      reconfigure_template -d|-delete [-force] process_rule_spec...
-d|-delete
The command accepts one or more process_rule_spec arguments. You can set each to multiple objects.
-force
Deletes the process rule even if it is used by a project grouping. If you omit the -force command, the process rule is only deleted if it is not used.
process_rule_spec
Specifies the process rules delete. See Process rule specification for details.

Example

About this task

  • Delete the 2.1:Shared process rule.

    ccm pr -delete "2.1:Shared"


Feedback