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

# storage inspect

> View detailed information about a remote storage connection

Displays detailed information about a Remote Storage Provider Connection.

## Usage

```bash theme={null}
flexai storage inspect <storage_provider_name> [flags]
```

## Arguments

| Argument                | Type   | Required | Description                                             |
| ----------------------- | ------ | -------- | ------------------------------------------------------- |
| `storage_provider_name` | string | Yes      | The name of the Storage Provider Connection to inspect. |

## Flags

| Flag        | Short | Type    | Description                                               |
| ----------- | ----- | ------- | --------------------------------------------------------- |
| `--help`    | `-h`  | boolean | Displays this help page.                                  |
| `--json`    | `-j`  | boolean | Output in JSON format instead of the default ASCII table. |
| `--verbose` | `-v`  | boolean | Provides more detailed output.                            |
