> ## 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 delete

Delete a GitHub runner profile.

`nsc github profile delete` removes a runner profile from the workspace. Active runners using this profile will continue to run until completion, but no new runners will be created with it.

## Usage

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

### Examples

**Delete a profile:**

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

## Required Flags

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

Profile ID to delete.

## 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 profiles
* [nsc github profile create](/docs/reference/cli/github-profile-create) - Create a new profile
