GameLift / Client / deregister_compute
deregister_compute#
- 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' )
- 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.UnauthorizedExceptionGameLift.Client.exceptions.InvalidRequestExceptionGameLift.Client.exceptions.NotFoundExceptionGameLift.Client.exceptions.InternalServiceException