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

# nsc github profile describe

Describe a GitHub runner profile in detail.

`nsc github profile describe` shows detailed information about a specific runner profile, including its full specification, cache volume settings, custom image build status, and network policy configuration.

## Usage

```bash theme={null}
nsc github profile describe [flags]
```

### Examples

**Describe a profile:**

```bash theme={null}
nsc github profile describe --profile_id <profile-id>
```

**Describe a profile as JSON:**

```bash theme={null}
nsc github profile describe --profile_id <profile-id> -o json
```

## Required Flags

<h3 id="--profile_id-string">
  \--profile\_id string
</h3>

Profile ID to describe.

## Optional Flags

<h3 id="-o---output-string">
  -o, --output string
</h3>

Output format. Default: `plain`.

Supported values: `plain`, `json`.

## Related Topics

* [nsc github profile](/docs/reference/cli/github-profile) - Manage GitHub runner profiles
* [nsc github profile list](/docs/reference/cli/github-profile-list) - List all profiles
* [nsc github profile update](/docs/reference/cli/github-profile-update) - Update a profile
