Shutdown Shutdown. shutdown(stub, **kwargs) Shuts down EvenStoreDB. Source code in src/eventstore_grpc/operations/shutdown.py 8 9 10def shutdown(stub: operations_pb2_grpc.OperationsStub, **kwargs) -> shared_pb2.Empty: """Shuts down EvenStoreDB.""" return stub.Shutdown(shared_pb2.Empty(), **kwargs)