# 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.
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.enclaive.cloud/virtual-hsm/cli/configuration-and-management/vhsm-plugin/vhsm-plugin-reload-status.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
