Deleting a process

About this task

This subcommand deletes processes. By default, processes can only be deleted if they are not used by any project grouping. You must be in the build_mgr or ccm_admin role to to use this subcommand.

ccm process -d|-delete process_spec...
-d|-delete
The command accepts one or more process_spec arguments. You can set each to multiple process definitions.
-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_spec
Specifies the processes to delete. See Process specification for details.

Example

About this task

  • Delete a process called custom.

    ccm process -delete custom


Feedback