:doc:`mgn <../../mgn>` / Client / disassociate_source_servers

***************************
disassociate_source_servers
***************************



.. py:method:: mgn.Client.disassociate_source_servers(**kwargs)

  

  Disassociate source servers from application.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/DisassociateSourceServers>`_  


  **Request Syntax**
  ::

    response = client.disassociate_source_servers(
        applicationID='string',
        sourceServerIDs=[
            'string',
        ],
        accountID='string'
    )
    
  :type applicationID: string
  :param applicationID: **[REQUIRED]** 

    Application ID.

    

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

    Source server IDs list.

    

  
    - *(string) --* 

    

  :type accountID: string
  :param accountID: 

    Account ID.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`mgn.Client.exceptions.UninitializedAccountException`

  
  *   :py:class:`mgn.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`mgn.Client.exceptions.ConflictException`

  