:doc:`MediaLive <../../medialive>` / Client / reboot_input_device

*******************
reboot_input_device
*******************



.. py:method:: MediaLive.Client.reboot_input_device(**kwargs)

  Send a reboot command to the specified input device. The device will begin rebooting within a few seconds of sending the command. When the reboot is complete, the device’s connection status will change to connected.

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/RebootInputDevice>`_  


  **Request Syntax**
  ::

    response = client.reboot_input_device(
        Force='NO'|'YES',
        InputDeviceId='string'
    )
    
  :type Force: string
  :param Force: Force a reboot of an input device. If the device is streaming, it will stop streaming and begin rebooting within a few seconds of sending the command. If the device was streaming prior to the reboot, the device will resume streaming when the reboot completes.

  
  :type InputDeviceId: string
  :param InputDeviceId: **[REQUIRED]** The unique ID of the input device to reboot. For example, hd-123456789abcdef.

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* Your reboot request has succeeded.
  
  **Exceptions**
  
  *   :py:class:`MediaLive.Client.exceptions.BadRequestException`

  
  *   :py:class:`MediaLive.Client.exceptions.UnprocessableEntityException`

  
  *   :py:class:`MediaLive.Client.exceptions.InternalServerErrorException`

  
  *   :py:class:`MediaLive.Client.exceptions.ForbiddenException`

  
  *   :py:class:`MediaLive.Client.exceptions.BadGatewayException`

  
  *   :py:class:`MediaLive.Client.exceptions.NotFoundException`

  
  *   :py:class:`MediaLive.Client.exceptions.GatewayTimeoutException`

  
  *   :py:class:`MediaLive.Client.exceptions.TooManyRequestsException`

  