How to delete a Self-Hosted Runner Resource Class

How to delete a Self-Hosted Runner Resource Class

In some cases, you may wish to delete a Self-Hosted Runner Resource Class from the Runner UI if you are not using it anymore. 

This is possible via the CircleCI CLI

Please be sure you want to permanently delete the resource class and its associated tokens, as this action cannot be undone.

Prerequisites

Organization admins in your VCS provider can create and delete self-hosted runner resource classes. Any organization user in your VCS provider that the resource class is associated with can view the resource class list through the CLI.

Deletion Command

To delete your Runner Resource Class, you can use the following CircleCI CLI command:

circleci runner resource-class delete <namespace>/<resource-class> --force

 

Additional Resources:

Was this article helpful?
1 out of 1 found this helpful

Comments

0 comments

Article is closed for comments.