Action domain
feature_flags
Every action this domain exposes through gitlab_execute_action, from the gitlab://tools manifest. Each entry folds out to its full upstream description and required parameters.
10 · actions2 · destructive4 · read-only
Counted with a Free-tier token against gitlab.com, which is the only host this endpoint talks to: to use it against a self-managed instance, run the server yourself — its documentation covers that. The catalog is scoped to the token that asks, so the count moves with both its tier and its permissions: higher tiers expose more actions, and administration domains only appear to tokens allowed to use them. That is why the figures differ elsewhere: the upstream project catalogues 1,006 actions across 162 domains, and 851 on the Free/CE surface, while this deployment publishes 747 because it is OAuth-only and acts with your token, so the administration domains a non-admin account cannot call never appear. All three describe the same catalog, counted from three vantage points.
Feature Flag Createfeature_flags.feature_flag_createCreate a feature flag with optional activation strategies and scopes. Returns: the created flag with active state, version, scopes, and strategies. See also:
feature_flags.feature_flag_get,feature_flags.feature_flag_update.Required parameters:
name (string),project_id (string)
Feature Flag Deletedestructivefeature_flags.feature_flag_deleteDelete a feature flag permanently. Returns: a success confirmation naming the flag. See also:
feature_flags.feature_flag_get,feature_flags.feature_flag_list.Required parameters:
name (string),project_id (string)
Feature Flag Getread-onlyfeature_flags.feature_flag_getGet a single feature flag by name. Returns: the flag with active state, version, environment scopes, and activation strategies. See also:
feature_flags.feature_flag_list,feature_flags.feature_flag_update,feature_flags.feature_flag_delete.Required parameters:
name (string),project_id (string)
Feature Flag Listread-onlyfeature_flags.feature_flag_listList feature flags in a project with optional scope filter, ordering, and pagination. Returns: matching feature flags with active state, version, scopes, strategies, and pagination metadata. See also:
feature_flags.feature_flag_get,feature_flags.feature_flag_create.Required parameters:
project_id (string)
Feature Flag Updatefeature_flags.feature_flag_updateUpdate a feature flag's name, description, active state, or strategies. Returns: the updated flag with active state, version, scopes, and strategies. See also:
feature_flags.feature_flag_get,feature_flags.feature_flag_delete.Required parameters:
name (string),project_id (string)
Ff User List Createfeature_flags.ff_user_list_createCreate a feature flag user list in a project. Returns: the created list with id, iid, project_id, name, user_xids, created_at, and updated_at. See also:
feature_flags.ff_user_list_list,feature_flags.ff_user_list_get,feature_flags.ff_user_list_update.Required parameters:
name (string),project_id (string),user_xids (string)
Ff User List Deletedestructivefeature_flags.ff_user_list_deleteDelete a feature flag user list by its user_list_iid. Returns: a success confirmation naming the deleted list. See also:
feature_flags.ff_user_list_get,feature_flags.ff_user_list_list.Required parameters:
project_id (string),user_list_iid (integer)
Ff User List Getread-onlyfeature_flags.ff_user_list_getGet a single feature flag user list by its user_list_iid. Returns: the list's id, iid, project_id, name, user_xids, created_at, and updated_at. See also:
feature_flags.ff_user_list_list,feature_flags.ff_user_list_update,feature_flags.ff_user_list_delete.Required parameters:
project_id (string),user_list_iid (integer)
Ff User List Listread-onlyfeature_flags.ff_user_list_listList feature flag user lists for a project with search, ordering, and offset or keyset pagination. Returns: each list's id, iid, project_id, name, user_xids, created_at, updated_at, plus pagination metadata. See also:
feature_flags.ff_user_list_get,feature_flags.ff_user_list_create.Required parameters:
project_id (string)
Ff User List Updatefeature_flags.ff_user_list_updateUpdate a feature flag user list's name or user_xids by its user_list_iid. Returns: the updated list with id, iid, project_id, name, user_xids, created_at, and updated_at. See also:
feature_flags.ff_user_list_get,feature_flags.ff_user_list_list,feature_flags.ff_user_list_delete.Required parameters:
project_id (string),user_list_iid (integer)