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
Comments
Article is closed for comments.