revoke_api_key
ActiveTool of BorealHost
Revoke (deactivate) an API key. The key stops working immediately. Requires: API key with write scope. Args: key_id: UUID of the key to revoke (from list_api_keys or whoami) Returns: {"success": true, "message": "API key revoked"} Errors: NOT_FOUND: Key not found or already revoked
Parameters schema
{
"type": "object",
"title": "revoke_api_keyArguments",
"required": [
"key_id"
],
"properties": {
"key_id": {
"type": "string",
"title": "Key Id"
}
}
}Parent server
BorealHost
https://github.com/alainsvrd/borealhost-mcp
1/7 registries