Skip to main content

JobRunnerRegistrationRequest

ip_addressstring

The IP address of the node being registered

namestring

the name of your job runner node

tagsstring[]

The tags for your runner node

tokenstring

Your agent registration token

JobRunnerRegistrationRequest
{
"ip_address": "string",
"name": "string",
"tags": [
"string"
],
"token": "string"
}