DeadlineCloud / Client / delete_fleet
delete_fleet#
- DeadlineCloud.Client.delete_fleet(**kwargs)#
- Deletes a fleet. - See also: AWS API Documentation - Request Syntax- response = client.delete_fleet( clientToken='string', farmId='string', fleetId='string' ) - Parameters:
- clientToken (string) – - The unique token which the server uses to recognize retries of the same request. - This field is autopopulated if not provided. 
- farmId (string) – - [REQUIRED] - The farm ID of the farm to remove from the fleet. 
- fleetId (string) – - [REQUIRED] - The fleet ID of the fleet to delete. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- {}- Response Structure- (dict) – 
 
 - Exceptions- DeadlineCloud.Client.exceptions.AccessDeniedException
- DeadlineCloud.Client.exceptions.InternalServerErrorException
- DeadlineCloud.Client.exceptions.ResourceNotFoundException
- DeadlineCloud.Client.exceptions.ThrottlingException
- DeadlineCloud.Client.exceptions.ConflictException
- DeadlineCloud.Client.exceptions.ValidationException