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_build

delete_build(**kwargs)

Deletes a build. This operation permanently deletes the build resource and any uploaded build files. Deleting a build does not affect the status of any active fleets using the build, but you can no longer create new fleets with the deleted build.

To delete a build, specify the build ID.

See also: AWS API Documentation

Request Syntax

response = client.delete_build(
    BuildId='string'
)
Parameters
BuildId (string) --

[REQUIRED]

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

Returns
None

Exceptions

  • GameLift.Client.exceptions.UnauthorizedException
  • GameLift.Client.exceptions.NotFoundException
  • GameLift.Client.exceptions.InternalServiceException
  • GameLift.Client.exceptions.TaggingFailedException
  • GameLift.Client.exceptions.InvalidRequestException