:doc:`SageMaker <../../sagemaker>` / Client / deregister_devices

******************
deregister_devices
******************



.. py:method:: 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 <https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeregisterDevices>`_  


  **Request Syntax**
  ::

    response = client.deregister_devices(
        DeviceFleetName='string',
        DeviceNames=[
            'string',
        ]
    )
    
  :type DeviceFleetName: string
  :param DeviceFleetName: **[REQUIRED]** 

    The name of the fleet the devices belong to.

    

  
  :type DeviceNames: list
  :param DeviceNames: **[REQUIRED]** 

    The unique IDs of the devices.

    

  
    - *(string) --* 

    

  
  :returns: None