- i used this command "openclaw config --section model", completely and sucessfully config an embedded model provider and select the models that i like to use
- but after a few days, my api key expired and the provider can't reponse normally anymore
- i wanna unset specific model or the whole provider's model config throughly
for custom provider's model config, i need to enter url and key and model-id, if the same situation happens to custom provider, i want to unset all of its related model config too, i wanna know if this is supported by openclaw(i mean if there is any cli that can accomplish this), i only know there is a cli "openclaw config unset" to unset the config with a explicit config path inside the openclaw.json, but i'm worried that if i use openclaw config --section model to successfully config the model, how many config exactly have been updated and added, this is unknown to me, though i know for custom provider it should be two places: openclaw.json's models field and agents fieled, but what if openclaw update its json config update stratege, can i successfully unset the custom providers and its models if this situation occurs?