diff --git a/commander_api/index.rst b/commander_api/index.rst index e4f84f53a2..cdd812b1a9 100644 --- a/commander_api/index.rst +++ b/commander_api/index.rst @@ -119,6 +119,8 @@ If a server fails, it may throw an exception or return a `None` object, so pleas +---------------------------------------+----------------------------------------------------------------------------+ | lifecycleShutdown() | Sends a request to all lifecycle management servers to shut them down. | +---------------------------------------+----------------------------------------------------------------------------+ +| destroyNode() | Releases the resources used by the object. | ++---------------------------------------+----------------------------------------------------------------------------+ Examples and Demos ******************