# vhsm plugin reload-status

The `plugin reload-status` command retrieves the status of a global plugin reload operation. This is useful in multi-cluster vHSM setups, where a plugin reload request is propagated across clusters and you want to verify the progress or result.

This command provides information about whether the reload has succeeded, is in progress, or failed.

#### **Usage**

```bash
vhsm plugin reload-status [options]
```

**Available Flags**

| Flag               | Description                                                                                                                   |
| ------------------ | ----------------------------------------------------------------------------------------------------------------------------- |
| `-plugin=<string>` | Name of the plugin whose reload status you want to check. This is the same name used during `plugin reload -plugin`.          |
| `-mounts=<array>`  | One or more mount paths of plugin backends to check reload status for. Used if you reloaded plugins using the `-mounts` flag. |

{% hint style="info" %}
**Note**:  You should provide the same identifiers (`-plugin` or `-mounts`) that were used during the reload operation. Do not use both flags simultaneously.
{% endhint %}

**Example**

Check the status of a global reload by plugin name: `vhsm plugin reload-status -plugin=my-custom-plugin`&#x20;

**Output**

```bash
Status: success
Message: Plugin reload completed successfully across all nodes.
```
