Admiral
Runners

Delete a runner

DELETE
/api/v1/runners/{runner_id}

Scope: runner:write

Authorization

bearerAuth
AuthorizationBearer <token>

Personal Access Token (PAT) or Service Access Token (SAT). Pass the token in the Authorization header: Bearer adm_pat_...

In: header

Path Parameters

runner_id*runner_id

The unique identifier of the runner to delete (UUID). All associated service access tokens will be revoked.

Formatuuid

Response Body

application/json

curl -X DELETE "https://admiral.example.com/api/v1/runners/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{}