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

nsc github profile delete [flags]

Examples

Delete a profile:

$ nsc github profile delete --profile_id <profile-id>

Required Flags

--profile_id string

Profile ID to delete.

Last updated