GameLift.Client.
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'
)
[REQUIRED]
>A unique identifier for the fleet the compute resource is registered to.
[REQUIRED]
The name of the compute resource you want to delete.
dict
Response Syntax
{}
Response Structure
Exceptions
GameLift.Client.exceptions.UnauthorizedException
GameLift.Client.exceptions.InvalidRequestException
GameLift.Client.exceptions.NotFoundException
GameLift.Client.exceptions.InternalServiceException