DeleteRunner
POST/gitpod.v1.RunnerService/DeleteRunner
Deletes a runner permanently.
Use this method to:
- Remove unused runners
- Clean up runner registrations
- Delete obsolete runners
Examples
-
Delete runner:
Permanently removes a runner.
runnerId: "d2c94c27-3b76-4a42-b88c-95a85e392c68"
Body ParametersJSON
DeleteRunner
curl https://app.gitpod.io/api/gitpod.v1.RunnerService/DeleteRunner \
-H 'Content-Type: application/json' \
-H "Authorization: Bearer $GITPOD_API_KEY" \
-d '{}'{}Returns Examples
{}