WorkOS
feature_flags.disable.update
Disables a feature flag in the current environment.
Remote workos
Other tools also called feature_flags.disable.update?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"slug": {
"type": "string",
"description": "A unique key to reference the Feature Flag."
}
}
}