logout
Sign out of Invoker and clear stored credentials.
Annotations
| Annotation | Value |
|---|---|
readOnlyHint | false |
destructiveHint | false |
idempotentHint | false |
openWorldHint | false |
Parameters
This tool takes no parameters.
Return format
Returns a confirmation message with the email that was logged out:
Logged out user@example.comExample
User prompt:
Log me out of Invoker
What Claude does:
- Calls the
logouttool with no parameters. - The locally stored credentials are deleted.
- Claude confirms the logout with the email that was signed out.
Notes
- After logging out, any tool that requires authentication will return an error until you call login again.
- Existing deployments are not affected by logging out. They remain live at their URLs.