Skip to content

Stop Stack

opsworks_stop_stack R Documentation

Stops a specified stack

Description

Stops a specified 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_stop_stack(StackId)

Arguments

StackId

[required] The stack ID.

Value

An empty list.

Request syntax

svc$stop_stack(
  StackId = "string"
)