Skip to content

Unassign Volume

opsworks_unassign_volume R Documentation

Unassigns an assigned Amazon EBS volume

Description

Unassigns an assigned Amazon EBS volume. The volume remains registered with the stack. For more information, see Resource Management.

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_unassign_volume(VolumeId)

Arguments

VolumeId

[required] The volume ID.

Value

An empty list.

Request syntax

svc$unassign_volume(
  VolumeId = "string"
)