Disabling Profinet Device from CLI

Is it possible to disable the Profinet Device from the CLI? Like what is described in: https://www.plcnext-runtime.com/ch02-04-disabling-features.html
I can’t find the Profinet Device in here. Can I add this manually?

I think this procedure might help:
How to disable system components in the PLC for more performance - PLCnext Community Only deactivate the component if you are familiar with component functions and do not need them!Please Note:Deactivating components also deactivates the component functions and services. For example, if the PN component is deactivated, the DCP-based services are not supported (IP address assignment or searching for PN devices in network). In the case of a PN […] ARP_COMPONENT_PND is the Profinet Device component.

Thanks, this procedure is working. In https://www.plcnext-runtime.com/ch02-04-disabling-features.html Device.acf.settings is copied instead of Component.acf.settings. An update to this article would be great.