GameLift / Client / delete_container_group_definition

delete_container_group_definition#

GameLift.Client.delete_container_group_definition(**kwargs)#

This operation is used with the Amazon GameLift containers feature, which is currently in public preview.

Deletes a container group definition resource. You can delete a container group definition if there are no fleets using the definition.

To delete a container group definition, identify the resource to delete.

Learn more

See also: AWS API Documentation

Request Syntax

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

Name (string) –

[REQUIRED]

The unique identifier for the container group definition to delete. You can use either the Name or ARN value.

Returns:

None

Exceptions