SageMaker / Client / deregister_devices
deregister_devices#
- SageMaker.Client.deregister_devices(**kwargs)#
- Deregisters the specified devices. After you deregister a device, you will need to re-register the devices. - See also: AWS API Documentation - Request Syntax- response = client.deregister_devices( DeviceFleetName='string', DeviceNames=[ 'string', ] ) - Parameters:
- DeviceFleetName (string) – - [REQUIRED] - The name of the fleet the devices belong to. 
- DeviceNames (list) – - [REQUIRED] - The unique IDs of the devices. - (string) – 
 
 
- Returns:
- None