You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"This revokes model permissions and may interrupt inference, fine-tuning, or deployment workloads. With --all, it also clears all historical inference grants.",
"--all maps to the server one-key switch (access_all_entities: CLOSE): it clears every historical inference grant and cannot be undone, so it requires --yes.",
|`--all`| switch | no | Close one-key authorization and clear ALL historical inference grants |
126
-
|`--yes`| switch | no | Confirm --all without an interactive prompt (required)|
126
+
|`--yes`| switch | no | Confirm this high-risk operation |
127
127
|`--api-key <key>`| string | no | API key |
128
128
|`--base-url <url>`| string | no | API base URL |
129
129
130
130
#### Notes
131
131
132
132
- Grants apply to the business workspace your API key belongs to.
133
+
- All revoke operations require --yes; use --dry-run to preview the request without confirmation.
133
134
- --all maps to the server one-key switch (access_all_entities: CLOSE): it clears every historical inference grant and cannot be undone, so it requires --yes.
134
135
- Actions you omit keep their current grants (server-side tri-state patch).
0 commit comments