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.

 

Step 1

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?
0 out of 0 found this helpful

Comments

0 comments

Article is closed for comments.