Skip to content

Access API scaleSetEndpoint "_apis/runtime/runnerscalesets" on NON ARC GitHub Runners #3289

Closed Answered by Shegox
David9902 asked this question in Questions
Discussion options

You must be logged in to vote

Deleting Scale Set

Your DELETE-request is correct. My assumption is that the JWT_TOKEN might have expired in the meantime and you need to request a new one (step 2). For me deleting the scale sets is working with this request:

curl -H "Authorization: Bearer $JWT_TOKEN" -H "Content-Type: application/json" "$PIPELINE_URL/_apis/runtime/runnerscalesets/$SCALESET_ID?api-version=6.0-preview" -X DELETE

Runner JIT Config

The Runner JIT config is a quite cool new addition. It allows you to create, for the specific scale set, the .runner, .credentials and .credentials_rsaparams and returns them directly. These can then be used when performing a ./run.sh of the action runner start script.
The neat t…

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@Ravio1i
Comment options

@Shegox
Comment options

Answer selected by David9902
@Ravio1i
Comment options

@David9902
Comment options

@Shegox
Comment options

@David9902
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested gha-runner-scale-set Related to the gha-runner-scale-set mode Scale Sets Runner Configuration Discussions on Runner Configuration API
3 participants