Delete a change set

更新时间:
复制 MD 格式

Delete unused change sets to prevent accidental execution and unintended stack changes. ROS retains all change sets until you update a stack or delete them.

Prerequisites

You have created a change set. Update a stack by using a change set.

Supported methods

Delete a change set using the console

  1. Log on to the ROS console.

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

  3. On the Stacks page, click the ID of the target stack.

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

  5. On the Change Sets tab, find the target change set and click Remove in the Actions column.

  6. In the dialog box, click OK.

Delete a change set using Alibaba Cloud CLI

  1. Install the Alibaba Cloud CLI.

    For more information, see Install Alibaba Cloud CLI.

  2. Configure Alibaba Cloud credentials.

    For more information, see Configure credentials.

  3. Delete the change set.

    Run the aliyun ros DeleteChangeSet command. You must specify the change set ID and region ID. DeleteChangeSet.

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