Remove a model from list
~/.clawdbot/clawdbot.json under the models section.Look for an entry like this and remove it:
Or if it's under a
models array, remove the corresponding object. After editing, restart the gateway with clawdbot gateway restart.If you want to be safe, you can use
clawdbot model remove anthropic/openai-codex:default first (if that command exists in your version), then edit the config manually.The
missing tag indicates Clawdbot can't find/validate that model provider combination — it got added somehow but isn't a valid configuration.