admin

Update validator configuration

Update validator configuration. Currently supports max_concurrent_runs.

patch/v1/admin/validators/{validator_hotkey}

Path parameters

validator_hotkeystring required

Validator hotkey to update

Validator hotkey to update

Request body

max_concurrent_runsinteger required

Maximum concurrent evaluation runs (must be >= 1)

Response

Successful Response

hotkeystring required

Validator's SS58 address

namestring nullable

On-chain identity name, if set

status'evaluating' | 'available' required
registered_atstring date-time required

When validator was registered

last_claim_atstring date-time nullable

Last work claim time

last_seen_atstring date-time nullable

Last time validator was seen

service_versionsobject nullable

Docker image digests for validator stack services

identity_urlstring nullable

On-chain identity URL

identity_imagestring nullable

On-chain identity image URL

identity_descriptionstring nullable

On-chain identity description

cpu_pctnumber nullable

Latest reported host CPU utilisation percentage (0-100)

ram_pctnumber nullable

Latest reported host RAM utilisation percentage (0-100)

disk_pctnumber nullable

Latest reported host disk utilisation percentage on the sandbox volume (0-100)

docker_container_countinteger nullable

Latest reported running Docker container count on the host

metrics_reported_atstring date-time nullable

UTC timestamp of the last resource-metrics report

is_bannedboolean required

Whether the validator is banned

ban_reasonstring nullable

Reason for the ban

banned_atstring date-time nullable

When the validator was banned

max_concurrent_runsinteger required

Maximum concurrent evaluation runs for this hotkey

Changes

No recorded changes to this endpoint across all 1 revision of this API.