You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to re-deploy an API locally with a newer version of the CLI will return the following type of message:
api model was deployed using CLI version 0.17.1 but the current CLI version is 0.18.1; please run `cortex deploy` to redeploy the api or `cortex delete model` to delete the api`�
Part of the error message is indeed contradictory/recursive: please run cortex deploy to redeploy the api or cortex delete model to delete the api. Running cortex deploy or cortex delete would return the same error.
Description
Trying to re-deploy an API locally with a newer version of the CLI will return the following type of message:
As reported by @elliotzeitgold.
Expected behavior
Running any of the two suggested commands should work - and not return an error.
Actual behavior
Running any of the two suggested commands in the error message will fail with the same error message.
The text was updated successfully, but these errors were encountered: