> ## Documentation Index
> Fetch the complete documentation index at: https://hedera-0c6e0218-docs--429.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Plugin Management Plugin

## Full Command Reference

<Accordion title="Plugin Management Add">
  Add a new plugin to the plugin-management state and enable it.

  <ResponseField name="-p, --path" type="string" required>
    Filesystem path to the plugin directory containing `manifest.js`
  </ResponseField>
</Accordion>

<Accordion title="Plugin Management Remove">
  Remove a plugin from the plugin-management state.

  <ResponseField name="-n, --name" type="string" required>
    Name of the plugin to remove from the state
  </ResponseField>
</Accordion>

<Accordion title="Plugin Management Enable">
  Enable a plugin by name in the plugin-management state.

  <ResponseField name="-n, --name" type="string" required>
    Name of the plugin to enable
  </ResponseField>
</Accordion>

<Accordion title="Plugin Management Disable">
  Disable a plugin by name in the plugin-management state.

  <ResponseField name="-n, --name" type="string" required>
    Name of the plugin to disable.
  </ResponseField>
</Accordion>

<Accordion title="Plugin Management List">
  Show all loaded plugins.
</Accordion>
