AppStream / Client / delete_stack

delete_stack#

AppStream.Client.delete_stack(**kwargs)#

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.

See also: AWS API Documentation

Request Syntax

response = client.delete_stack(
    Name='string'
)
Parameters:

Name (string) –

[REQUIRED]

The name of the stack.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions