Where to find it
- Open Uplink Console.
- Go to Settings (organization settings, in the sidebar).
- Scroll to the Authorized apps card.
Revoke a client
Click Revoke next to the app. Uplink confirms, then invalidates every refresh token that client holds against the organization. The next time the app tries to call an Uplink tool, it gets a 401 and — if the host supports it — walks its user through re-authorizing.Revoke is admin-only. If your role is developer, the button is hidden; ask an org admin to revoke.
What revoke doesn’t do
- It doesn’t uninstall the MCP. The client stays configured in the user’s AI host. Removing it there is separate.
- It doesn’t cancel in-flight tool calls. Whatever the client is doing right now finishes on the current token; the next call after that fails.
- It doesn’t stop a client using its own
client_id/client_secret. Revoke covers apps a user authorized through the browser flow. A client authenticating withclient_credentialshas no user grant to revoke — delete the OAuth client from Project settings → OAuth clients instead.