Entitlements

Set feature status (Active / Disabled / Archived)

Disabled is the operator kill switch — the feature is hidden from resolution while its entitlements stay intact. Archived is the long-form retire action. Active restores the feature.

post/api/v1/features/{feature_id}/status

Path parameters

feature_idstring MeteroidId required
Example:feat_7n42DGM5Tflk9n8mt7Fhc7

Feature ID

Request body

status'ACTIVE' | 'DISABLED' | 'ARCHIVED' required

Lifecycle status of a feature.

Response

Feature status updated

Changes