Movatterモバイル変換


[0]ホーム

URL:


Delete a pipeline in CodePipeline - AWS CodePipeline
DocumentationAWS CodePipelineUser Guide
Delete a pipeline (console)Delete a pipeline (CLI)

Delete a pipeline in CodePipeline

You can always edit a pipeline to change its functionality, but you might decide you want to delete it instead. You can use the AWS CodePipeline console or thedelete-pipeline command in the AWS CLI to delete a pipeline.

Delete a pipeline (console)

To delete a pipeline
  1. Sign in to the AWS Management Console and open the CodePipeline console athttp://console.aws.amazon.com/codesuite/codepipeline/home.

    The names and status of all pipelines associated with your AWS account are displayed.

  2. InName, choose the name of the pipeline you want to delete.

  3. On the pipeline details page, chooseEdit.

  4. On theEdit page, chooseDelete.

  5. Typedelete in the field to confirm, and then chooseDelete.

Delete a pipeline (CLI)

To use the AWS CLI to manually delete a pipeline, use thedelete-pipeline command.

To delete a pipeline
  1. Open a terminal (Linux, macOS, or Unix) or command prompt (Windows) and use the AWS CLI to run thedelete-pipeline command, specifying the name of the pipeline you want to delete. For example, to delete a pipeline namedMyFirstPipeline:

    aws codepipeline delete-pipeline --nameMyFirstPipeline

    This command returns nothing.

  2. Delete any resources you no longer need.

View rule results for stage conditions in execution history
Create a pipeline that uses resources from another account

[8]
ページ先頭

©2009-2025 Movatter.jp