Deleting a baseline

About this task

This subcommand deletes the specified baselines, optionally deleting the baseline's projects and products. Only users in the ccm_admin role can delete baselines. To prevent a baseline from being used without the ccm_admin role, see Marking a baseline for deletion.

ccm baseline -delete ([-wp|-with_projects_and_products] |
             [-np|-no_projects_and_products]) baseline_spec...
baseline_spec...
Specifies the baselines to be deleted. For more information, see Baseline specification.
-np|-no_projects_and_products
Specifies that only the baseline is deleted. The baseline's projects and products will not be deleted.
-wp|-with_projects_and_products
Specifies to delete the projects and products in the baseline. This option is the default.

Only projects and products that were not in a static state before the baseline was created will be deleted.

Example

About this task

  • Delete a baseline named 20090213.

    ccm baseline -delete 20090213


Feedback