List and unregister edge runners for an organization using the CloudBees Unify API or the CloudBees Unify interface.
Use the API to:
-
List edge runners:
GET /organizations/<your_org_id>/edge/runners -
List edge jobs:
GET /organizations/<organization_id>/edge/jobs -
Unregister a runner:
DELETE /organizations/<your_org_id>/edge/runners/<runner_id>
Use the CloudBees Unify interface to:
-
View Edge runners and jobs:
-
Navigate to tab.
-
Select the three-dots menu for the runner you want to manage and choose the appropriate action.
-
-
Unregister runners:
-
Navigate to tab.
-
Select the three-dots menu for the runner you want to manage and choose the appropriate action.
-
|
As a best practice, CloudBees recommends stopping the runner process on the machine before unregistering it using the API. Ensure the runner’s assigned job has been completed before stopping. For complete runner cleanup, delete the runner’s working directory on the machine after unregistering it. This removes any cached data or logs associated with the runner. |
For more information on API details, refer to Edge Runners API reference.