Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

delete_stack

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

  • AppStream.Client.exceptions.ResourceInUseException
  • AppStream.Client.exceptions.ResourceNotFoundException
  • AppStream.Client.exceptions.OperationNotPermittedException
  • AppStream.Client.exceptions.ConcurrentModificationException