Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 3 additions & 10 deletions docs/toolhive/guides-cli/manage-mcp-servers.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,15 @@ thv restart <server-name>

### Remove a server

To remove a stopped MCP server:
To remove an MCP server:

```bash
thv rm <server-name>
```

This removes the container and cleans up the MCP server's entry in your
configured clients.
configured clients. If the server is still running, it will be stopped as part
of the removal.

:::note

Expand All @@ -90,14 +91,6 @@ won't clean up the MCP server's entry in your configured clients. Use

:::

### Stop and remove in one command

To stop and remove a running MCP server in a single command:

```bash
thv rm <server-name>
```

## Related information

- [`thv list` command reference](../reference/cli/thv_list.md)
Expand Down
Loading