Instance Manager not showing stop or restart when HTTP disabled
We are migrating from Coldfusion 2018 to Coldfusion 2023. We run Enterprise Edition and have multiple instances. For secuity reasons we remove the HTTP listers after creating the instace by removing the connector from <server-dir>/runtime/conf/server.xml
<Connector protocol="HTTP/1.1" port="8501" redirectPort="8445" connectionTimeout="20000" />This works fine in Coldfusion 2018 
However after doing the same in Coldfusion 2023 the stop and restart actions aren't avaible

After adding the conenctor back into <server-dir>/runtime/conf/server.xml
<Connector protocol="HTTP/1.1" port="8501" redirectPort="8445" connectionTimeout="20000" />
This the expected actions are avalible.

From what i can tell eveything else works ok, including the restart after applying an update. I just wanted to check if I'm doing something wrong or if this a known issue or a bug.
Thanks
