:doc:`AppStream <../../appstream>` / Client / disassociate_fleet

******************
disassociate_fleet
******************



.. py:method:: AppStream.Client.disassociate_fleet(**kwargs)

  

  Disassociates the specified fleet from the specified stack.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/DisassociateFleet>`_  


  **Request Syntax**
  ::

    response = client.disassociate_fleet(
        FleetName='string',
        StackName='string'
    )
    
  :type FleetName: string
  :param FleetName: **[REQUIRED]** 

    The name of the fleet.

    

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

    The name of the stack.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`AppStream.Client.exceptions.ResourceInUseException`

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

  
  *   :py:class:`AppStream.Client.exceptions.ConcurrentModificationException`

  
  *   :py:class:`AppStream.Client.exceptions.OperationNotPermittedException`

  