Deleting a release

This subcommand deletes one ore more release definitions.

To delete a release used by projects, files, folders, or baselines, use the -force option. If the -force option is omitted, the command succeeds if the release is only referenced by other releases or by process rules. If the release has any successor releases, the history for the release is collapsed.

Before you begin

You must be in the build_mgr or ccm_admin role to delete a release.

About this task

ccm release -d|-delete [-force] release_spec...
-force
Specifies to delete the release even if the release is referenced from objects other than releases or process rules. If projects or files use that release and -force is not specified, the deletion fails.
release_spec
Specifies the releases to delete. See Release specification for details.

Example


Feedback