:doc:`odb <../../odb>` / Client / reboot_db_node

**************
reboot_db_node
**************



.. py:method:: odb.Client.reboot_db_node(**kwargs)

  

  Reboots the specified DB node in a VM cluster.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/odb-2024-08-20/RebootDbNode>`_  


  **Request Syntax**
  ::

    response = client.reboot_db_node(
        cloudVmClusterId='string',
        dbNodeId='string'
    )
    
  :type cloudVmClusterId: string
  :param cloudVmClusterId: **[REQUIRED]** 

    The unique identifier of the VM cluster that contains the DB node to reboot.

    

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

    The unique identifier of the DB node to reboot.

    

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

    
    ::

      {
          'dbNodeId': 'string',
          'status': 'AVAILABLE'|'FAILED'|'PROVISIONING'|'TERMINATED'|'TERMINATING'|'UPDATING'|'STOPPING'|'STOPPED'|'STARTING',
          'statusReason': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **dbNodeId** *(string) --* 

        The unique identifier of the DB node that was rebooted.

        
      

      - **status** *(string) --* 

        The current status of the DB node after the reboot operation.

        
      

      - **statusReason** *(string) --* 

        Additional information about the status of the DB node after the reboot operation.

        
  
  **Exceptions**
  
  *   :py:class:`odb.Client.exceptions.ThrottlingException`

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

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

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

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

  