All Products
Search
Document Center

Resource Orchestration Service:Delete a change set

Last Updated:Jan 24, 2024

If your change set is no longer used or can no longer meet your business requirements, you can delete the change set at the earliest opportunity. This prevents the change set from being improperly executed to update the stack that is associated with the change set. Resource Orchestration Service (ROS) retains all change sets until you update the stack or delete the change sets. This topic describes how to delete a change set in the ROS console.

Prerequisites

A change set is created. For more information, see Use a change set to update a stack.

Supported methods

Delete a change set in the ROS console

  1. Log on to the ROS console.

  2. In the left-side navigation pane, click Stacks.

  3. On the Stacks page, find the stack whose change set you want to delete and click the stack ID.

  4. On the stack details page, click the Change Sets tab.

  5. On the Change Sets tab, find the change set that you want to delete and click Delete in the Actions column.

    5

  6. In the dialog box that appears, click OK.

Delete a change set by using Alibaba Cloud CLI

  1. Install Alibaba Cloud CLI.

    For more information, see Windows.

  2. Configure an Alibaba Cloud credential.

    For more information, see Configure a credential in interactive mode (fast).

  3. Delete a change set.

    To delete a change set, run the aliyun ros DeleteChangeSet command and specify the change set ID and region ID. For more information, see DeleteChangeSet.

    aliyun ros DeleteChangeSet --ChangeSetId <change_set_id> --RegionId <region_id>