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.UnauthorizedExceptionGameLift.Client.exceptions.InvalidRequestExceptionGameLift.Client.exceptions.NotFoundExceptionGameLift.Client.exceptions.InternalServiceException