Disable wifi interface managed from a Remote CAP

I have a mesh (Remote CAP) wifi using an hAP ax3 and an hAP ax2 at home. Wifis are managed from hAP x3.

I want to disable wifi at night. In the past I have only one hAP ax3 , I have a script disabling the interface at night and enabling in the morning.

Now, with Remote CAP, the disable interface is grey in WebFIG because is managed so you can't disable/enable from any script.

Anyone knows how to disable a wifi interface managed from a Remote CAP?

Do you really want to disable it for power reasons or just make the wifi interface unavailable ?

For the last option: disable the provisioning rule on capsman controller provided that rule is unique for that cap device. There shouldn't be a generic rule which can be picked up then.
(I make it a habit to only use radio specific provisioning rules so I always know what setting will be applied)
That way the remote cap doesn't know what to do and will disable wifi.

For the first option:
use script to first release that wifi part from capsman control, then disable interface.
Use 2nd script to enable interface again and put it back under capsman control.

Others may chime in with other options.

Simply use your script on the CapsMan (controller) device, and disable the interface there.

/interface/wifi/disable

That's the point of CapsMan - you aren't suposed to do this on the device itself . . .