admin

Pause validator claims (pull the andon cord)

Block all validators from claiming new evaluations. In-flight runs continue and report normally. Idempotent — calling twice overwrites the prior pause metadata.

post/v1/admin/validator-pause

Request body

reasonstring required

Reason for pulling the andon cord

auto_release_atstring date-time nullable

UTC timestamp at which the pause auto-clears. Safety net so a pause can't be left on by accident.

Response

Successful Response

activeboolean required

True when validator claims are paused

reasonstring nullable

Reason from the most recent pause

paused_bystring nullable

Admin hotkey that pulled the cord

paused_atstring date-time nullable

When the cord was pulled

auto_release_atstring date-time nullable

When the pause will auto-clear, if scheduled

Changes

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