GameLiftStreams / Client / delete_stream_group
delete_stream_group#
- GameLiftStreams.Client.delete_stream_group(**kwargs)#
Permanently deletes all compute resources and information related to a stream group. To delete a stream group, specify the unique stream group identifier. During the deletion process, the stream group’s status is
DELETING
. This operation stops streams in progress and prevents new streams from starting. As a best practice, before deleting the stream group, call ListStreamSessions to check for streams in progress and take action to stop them. When you delete a stream group, any application associations referring to that stream group are automatically removed.See also: AWS API Documentation
Request Syntax
response = client.delete_stream_group( Identifier='string' )
- Parameters:
Identifier (string) –
[REQUIRED]
The unique ID value of the stream group resource to delete. Format example:
1AB2C3De4
.- Returns:
None
Exceptions