admin

Eliminate an agent version (admin override)

Stamp eliminated_at on the aggregate so the version is removed from future qualifying.

Counterpart to reinstate-elimination. Used to test the admission cascade end-to-end and to manually retire an agent that should no longer race (e.g. confirmed cheating before a natural race-loss).

Idempotent on eliminated_at: re-running stamps the same row with a fresh timestamp.

post/v1/admin/agent-versions/{agent_version_id}/eliminate

Path parameters

agent_version_idstring uuid required

Agent version ID

Agent version ID

Request body

suite_idinteger nullable

Specific suite to eliminate the version in

reasonstring required

Reason for eliminating the version

Response

Successful Response

agent_version_idstring uuid required

Agent version that was eliminated

suite_idinteger required

Suite the version was eliminated in

eliminated_atstring date-time required

Timestamp of elimination

Changes

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