You're viewing a demo portfolio

Join the waitlist
PRSM

revoke_api_key

Active

Tool of BorealHost

declared in 1.27.0

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"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

BorealHost

https://github.com/alainsvrd/borealhost-mcp

1/7 registries
View full server →