File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
services/web/server/src/simcore_service_webserver/director_v2 Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -69,9 +69,9 @@ async def request_retrieve_dyn_service(
6969async def restart_dynamic_service (app : web .Application , node_uuid : str ) -> None :
7070 """Restarts the user service(s) started by the the node_uuid's sidecar
7171
72- NOTE that this operation will NOT restart all sidecar services
73- (``simcore-service-dynamic- sidecar`` or ``reverse -proxy caddy `` services) but
74- ONLY user services.
72+ NOTE: this operation will NOT restart
73+ sidecar services (``dy- sidecar`` or ``dy -proxy`` services),
74+ but ONLY user services (the ones defined by the compose spec) .
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