Skip to content

Methods

health

Runs a health check to verify that the server is reachable and accepting commands.

Method Syntax
client.health()

This method takes no arguments.

client.health()

If the server is unreachable, the call raises a ConnectionError.

Was this page helpful?