File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
services/web/server/src/simcore_service_webserver/director_v2 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -67,11 +67,11 @@ async def request_retrieve_dyn_service(
6767
6868@log_decorator (logger = _log )
6969async def restart_dynamic_service (app : web .Application , node_uuid : str ) -> None :
70- """User restart the dynamic dynamic service started in the node_uuid
70+ """Restarts the user service(s) started by the the node_uuid's sidecar
7171
7272 NOTE that this operation will NOT restart all sidecar services
7373 (``simcore-service-dynamic-sidecar`` or ``reverse-proxy caddy`` services) but
74- ONLY those containers in the compose-spec (i.e. the ones exposed to the user)
74+ ONLY user services.
7575 """
7676 settings : DirectorV2Settings = get_plugin_settings (app )
7777 await request_director_v2 (
You can’t perform that action at this time.
0 commit comments