MINARA

Archive a factor version

POST /v1/factors/library/:id/versions/:version/archive — Prevents new strategies from selecting an approved factor version while preserving historical references.

POST /v1/factors/library/:id/versions/:version/archive

Prevents new strategies from selecting an approved factor version while preserving historical references.

MethodPOST
Path/v1/factors/library/:id/versions/:version/archive
AuthAuthorization: Bearer <token> required
Categoryresearch

Request body

{ "reason": "Superseded by version 2" }

Response body

{ "factor": { "factorId": "momentum.hourly", "version": 1, "status": "archived" } }

On this page