> ## Documentation Index
> Fetch the complete documentation index at: https://docs.askui.com/llms.txt
> Use this file to discover all available pages before exploring further.

# AskUI-RemovePlugin

### SYNOPSIS

Removes an AskUI plugin from the current session.

### DESCRIPTION

The AskUI-RemovePlugin cmdlet removes a specified plugin from the current AskUI session.
The plugin will be unloaded and removed from the startup configuration.

### PARAMETERS

* `-PluginName` | *\<String>* - Name of the plugin that will be removed from the current session.

### EXAMPLES

#### EXAMPLE 1

Removes the plugin named "MyPlugin" from the current session.

```powershell theme={null}
AskUI-RemovePlugin -PluginName "MyPlugin"
```
