Skip to content

Delete Stack

appstream_delete_stack R Documentation

Deletes the specified stack

Description

Deletes the specified stack. After the stack is deleted, the application streaming environment provided by the stack is no longer available to users. Also, any reservations made for application streaming sessions for the stack are released.

Usage

appstream_delete_stack(Name)

Arguments

Name

[required] The name of the stack.

Value

An empty list.

Request syntax

svc$delete_stack(
  Name = "string"
)