How to disable SIP after Upgrade to 4.x

after upgrading and converting all to pjsip, chan_sip is still being loaded, how can I disable the module ?

# asterisk -rx "module show like chan_sip"
Module                         Description                              Use Count  Status      Support Level
chan_sip.so                    Session Initiation Protocol (SIP)        0          Running        deprecated
1 modules loaded


[2025-01-03 14:36:16] WARNING[9214] chan_sip.c: Failed to bind to 0.0.0.0:5060: Address already in use
[2025-01-03 14:36:34] VERBOSE[10166] loader.c: Reloading module 'chan_sip.so' (Session Initiation Protocol (SIP))
[2025-01-03 14:36:34] VERBOSE[9214] chan_sip.c: Reloading SIP
[2025-01-03 14:36:34] WARNING[9214] chan_sip.c: Failed to bind to 0.0.0.0:5060: Address already in use
[2025-01-03 14:36:55] VERBOSE[10302] loader.c: Reloading module 'chan_sip.so' (Session Initiation Protocol (SIP))
[2025-01-03 14:36:55] VERBOSE[9214] chan_sip.c: Reloading SIP
[2025-01-03 14:36:55] WARNING[9214] chan_sip.c: Failed to bind to 0.0.0.0:5060: Address already in use
[2025-01-03 14:37:43] VERBOSE[969] chan_sip.c: SIP channel loading...
[2025-01-03 14:37:43] WARNING[969] chan_sip.c: Failed to bind to 0.0.0.0:5060: Address already in use

It still attemps to load and bind on

Add it to a noload file.