:doc:`MediaTailor <../../mediatailor>` / Client / stop_channel

************
stop_channel
************



.. py:method:: MediaTailor.Client.stop_channel(**kwargs)

  

  Stops a channel. For information about MediaTailor channels, see `Working with channels <https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-channels.html>`__ in the *MediaTailor User Guide*.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/StopChannel>`_  


  **Request Syntax**
  ::

    response = client.stop_channel(
        ChannelName='string'
    )
    
  :type ChannelName: string
  :param ChannelName: **[REQUIRED]** 

    The name of the channel.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  