Skip to main content
POST
/
api
/
v1
/
features
/
{feature_id}
/
status
Set feature status (Active / Disabled / Archived)
curl --request POST \
  --url https://api.example.com/api/v1/features/{feature_id}/status \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.meteroid.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

feature_id
string<MeteroidId>
required

Feature ID

Example:

"feat_7n42DGM5Tflk9n8mt7Fhc7"

Body

application/json
status
enum<string>
required

Lifecycle status of a feature.

Available options:
ACTIVE,
DISABLED,
ARCHIVED

Response

Feature status updated