Skip to content

Delete Deployment Group

codedeploy_delete_deployment_group R Documentation

Deletes a deployment group

Description

Deletes a deployment group.

Usage

codedeploy_delete_deployment_group(applicationName, deploymentGroupName)

Arguments

applicationName

[required] The name of an CodeDeploy application associated with the user or Amazon Web Services account.

deploymentGroupName

[required] The name of a deployment group for the specified application.

Value

A list with the following syntax:

list(
  hooksNotCleanedUp = list(
    list(
      name = "string",
      hook = "string",
      terminationHook = "string"
    )
  )
)

Request syntax

svc$delete_deployment_group(
  applicationName = "string",
  deploymentGroupName = "string"
)