:doc:`TimestreamInfluxDB <../../timestream-influxdb>` / Client / reboot_db_cluster

*****************
reboot_db_cluster
*****************



.. py:method:: TimestreamInfluxDB.Client.reboot_db_cluster(**kwargs)

  

  Reboots a Timestream for InfluxDB cluster.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/timestream-influxdb-2023-01-27/RebootDbCluster>`_  


  **Request Syntax**
  ::

    response = client.reboot_db_cluster(
        dbClusterId='string',
        instanceIds=[
            'string',
        ]
    )
    
  :type dbClusterId: string
  :param dbClusterId: **[REQUIRED]** 

    Service-generated unique identifier of the DB cluster to reboot.

    

  
  :type instanceIds: list
  :param instanceIds: 

    A list of service-generated unique DB Instance Ids belonging to the DB Cluster to reboot.

    

  
    - *(string) --* 

    

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

    
    ::

      {
          'dbClusterStatus': 'CREATING'|'UPDATING'|'DELETING'|'AVAILABLE'|'FAILED'|'DELETED'|'MAINTENANCE'|'UPDATING_INSTANCE_TYPE'|'REBOOTING'|'REBOOT_FAILED'|'PARTIALLY_AVAILABLE'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **dbClusterStatus** *(string) --* 

        The status of the DB Cluster.

        
  
  **Exceptions**
  
  *   :py:class:`TimestreamInfluxDB.Client.exceptions.ValidationException`

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

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

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

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

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

  