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.

deregister_compute

deregister_compute(**kwargs)

Removes a compute resource from the specified fleet. Deregister your compute resources before you delete the compute.

See also: AWS API Documentation

Request Syntax

response = client.deregister_compute(
    FleetId='string',
    ComputeName='string'
)
Parameters
  • FleetId (string) --

    [REQUIRED]

    >A unique identifier for the fleet the compute resource is registered to.

  • ComputeName (string) --

    [REQUIRED]

    The name of the compute resource you want to delete.

Return type

dict

Returns

Response Syntax

{}

Response Structure

  • (dict) --

Exceptions

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