Skip to content

Delete Stack

opsworks_delete_stack R Documentation

Deletes a specified stack

Description

Deletes a specified stack. You must first delete all instances, layers, and apps or deregister registered instances. For more information, see Shut Down a Stack.

Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

Usage

opsworks_delete_stack(StackId)

Arguments

StackId

[required] The stack ID.

Value

An empty list.

Request syntax

svc$delete_stack(
  StackId = "string"
)