:doc:`CustomerProfiles <../../customer-profiles>` / Client / stop_recommender

****************
stop_recommender
****************



.. py:method:: CustomerProfiles.Client.stop_recommender(**kwargs)

  

  Stops a recommender, suspending its ability to generate recommendations. The recommender can be restarted later using StartRecommender.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/StopRecommender>`_  


  **Request Syntax**
  ::

    response = client.stop_recommender(
        DomainName='string',
        RecommenderName='string'
    )
    
  :type DomainName: string
  :param DomainName: **[REQUIRED]** 

    The unique name of the domain.

    

  
  :type RecommenderName: string
  :param RecommenderName: **[REQUIRED]** 

    The name of the recommender to stop.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`CustomerProfiles.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`CustomerProfiles.Client.exceptions.InternalServerException`

  
  *   :py:class:`CustomerProfiles.Client.exceptions.BadRequestException`

  
  *   :py:class:`CustomerProfiles.Client.exceptions.ThrottlingException`

  
  *   :py:class:`CustomerProfiles.Client.exceptions.AccessDeniedException`

  