Delete an application in CodeDeploy - Amazon CodeDeploy
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Delete an application in CodeDeploy

You can use the CodeDeploy console, the Amazon CLI, or a CodeDeploy API action to delete applications. For information about using the CodeDeploy API action, see DeleteApplication.

Warning

Deleting an application removes information about the application from the CodeDeploy system, including all related deployment group information and deployment details. Deleting an application created for an EC2/On-Premises deployment does not remove any application revisions from instances nor does it delete revisions from Amazon S3 buckets. Deleting an application created for an EC2/On-Premises deployment does not terminate any Amazon EC2 instances or deregister any on-premises instances. This action cannot be undone.

Delete an application (console)

To use the CodeDeploy console to delete an application:

  1. Sign in to the Amazon Web Services Management Console and open the CodeDeploy console at https://console.amazonaws.cn/codedeploy.

    Note

    Sign in with the same user that you set up in Getting started with CodeDeploy.

  2. In the navigation pane, expand Deploy, then choose Applications.

  3. In the list of applications, choose the the application you want to delete.

    A page appears containing details about the application.

  4. Choose Delete application on the top-right.

  5. When prompted, enter delete to confirm you want to delete the application, and then choose Delete.

Delete an application (Amazon CLI)

To use the Amazon CLI to delete an application, call the delete-application command, specifying the application name. To view a list of application names, call the list-applications command.