v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14104474602.4 KB

Removes locations from a multi-location fleet. When deleting a location, all game server process and all instances that are still active in the location are shut down.

To delete fleet locations, identify the fleet ID and provide a list of the locations to be deleted.

If successful, GameLift sets the location status to DELETING, and begins to shut down existing server processes and terminate instances in each location being deleted. When completed, the location status changes to TERMINATED.

Learn more

Setting up Amazon GameLift fleets

post/#X-Amz-Target=GameLift.DeleteFleetLocations

Headers

X-Amz-Target'GameLift.DeleteFleetLocations' required

Request body

FleetIdstring required

A unique identifier for the fleet to delete locations for. You can use either the fleet ID or ARN value.

LocationsLocationStringModel[] required

The list of fleet locations to delete. Specify locations in the form of an Amazon Web Services Region code, such as <code>us-west-2</code>.

Response

Success

FleetIdstring

A unique identifier for the fleet that location attributes are being deleted for.

FleetArnstring

The Amazon Resource Name (<a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/s3-arn-format.html">ARN</a>) that is assigned to a Amazon GameLift fleet resource and uniquely identifies it. ARNs are unique across all Regions. Format is <code>arn:aws:gamelift:<region>::fleet/fleet-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912</code>.