> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/nemo/relay/llms.txt.
> For full documentation content, see https://docs.nvidia.com/nemo/relay/llms-full.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/nemo/relay/_mcp/server.

# Function deregister_plugin

> Removes a previously registered plugin.

Generated from `cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi`.

<pre />

Removes a previously registered plugin.

This affects future validation and initialization only. Active runtime registrations remain until cleared or replaced.

## Parameters

* `plugin_kind`: Plugin kind to remove from the registry.

## Returns

`true` when a plugin was removed from the registry and `false` when the kind was not registered.

## Notes

Active component registrations created by previous initialization calls are not removed by this function.