How to stop receiving images to orthanc server

Hello!
I have a full storage orthanc server and i don’t want to receive (accidentaly) images to this server, but I want to be able to search iniside with different clients eq. radiant…
How to stop receiving images but server still remaining alive for searching studies?
Thanks

You can disable C-STORE and C-MOVE from modalities. It is documented here

https://orthanc.uclouvain.be/hg/orthanc/file/Orthanc-1.12.3/OrthancServer/Resources/Configuration.json#l398

     // “AllowMove" : false,
    //  "AllowStore" : true,

HTH

James