tribler.core.restapi.shutdown_endpoint ====================================== .. py:module:: tribler.core.restapi.shutdown_endpoint Classes ------- .. autoapisummary:: tribler.core.restapi.shutdown_endpoint.ShutdownEndpoint Module Contents --------------- .. py:class:: ShutdownEndpoint(session: tribler.core.session.Session) Bases: :py:obj:`tribler.core.restapi.rest_endpoint.RESTEndpoint` With this endpoint you can shut down Tribler. .. py:attribute:: path :value: '/api/shutdown' .. py:attribute:: session .. py:method:: shutdown_request(request: aiohttp.web.Request) -> tribler.core.restapi.rest_endpoint.RESTResponse Shutdown Tribler.