From the TUI, select Remove instance and pick which one.
What gets removed
The remove command does two things:
Removes the instance from claude-multi’s registry (~/.claude-multi/config.json)
Deletes the wrapper script (e.g. ~/.local/bin/claude-deepseek)
It does not delete the config directory (~/.claude-multi/deepseek/). This is intentional, your conversation history lives there, and you might want to keep it.
Deleting the config directory
After removing the instance, you’ll see a hint:
To remove config files, run: rm -rf ~/.claude-multi/deepseek
Run that if you’re sure you don’t need the history. Skip it if you might want to recreate the instance later with the same conversation context.