As per the Model cache key commands docs, the command foundry cache remove <model-name> removes a specific model from the cache.
So, ideally, it should remove a model using the model name/alias. But currently it shows the message Model <model-alias> not found in cache as follows:
It only works with the Model ID.
As per the Model cache key commands docs, the command
foundry cache remove <model-name>removes a specific model from the cache.So, ideally, it should remove a model using the model name/alias. But currently it shows the message
Model <model-alias> not found in cacheas follows:It only works with the Model ID.