:doc:`Bedrock <../../bedrock>` / Client / deregister_marketplace_model_endpoint

*************************************
deregister_marketplace_model_endpoint
*************************************



.. py:method:: Bedrock.Client.deregister_marketplace_model_endpoint(**kwargs)

  

  Deregisters an endpoint for a model from Amazon Bedrock Marketplace. This operation removes the endpoint's association with Amazon Bedrock but does not delete the underlying Amazon SageMaker endpoint.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/bedrock-2023-04-20/DeregisterMarketplaceModelEndpoint>`_  


  **Request Syntax**
  ::

    response = client.deregister_marketplace_model_endpoint(
        endpointArn='string'
    )
    
  :type endpointArn: string
  :param endpointArn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the endpoint you want to deregister.

    

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

    
    ::

      {}
      
    **Response Structure**

    

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

  
  *   :py:class:`Bedrock.Client.exceptions.ServiceUnavailableException`

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

  
  *   :py:class:`Bedrock.Client.exceptions.ValidationException`

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

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

  