GameLift / Client / delete_container_fleet
delete_container_fleet#
- GameLift.Client.delete_container_fleet(**kwargs)#
Deletes all resources and information related to a container fleet and shuts down currently running fleet instances, including those in remote locations. The container fleet must be in
ACTIVE
status to be deleted.To delete a fleet, specify the fleet ID to be terminated. During the deletion process, the fleet status is changed to
DELETING
.Learn more
Setting up Amazon GameLift Fleets
See also: AWS API Documentation
Request Syntax
response = client.delete_container_fleet( FleetId='string' )
- Parameters:
FleetId (string) –
[REQUIRED]
A unique identifier for the container fleet to delete. You can use either the fleet ID or ARN value.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions