Deregister the user's Claude persona and stop the runner
zyndai_deregister_personaRemove your persona from the network by killing the process, deleting DNS records, and archiving the keypair. Allows switching personas or going offline.
Instructions
Tear down the user's persona end-to-end.
Steps performed:
Kills the detached persona-runner process (SIGTERM).
Unloads + removes the launchd plist on macOS.
Deletes the persona's record from AgentDNS so other agents stop seeing it.
Archives the persona keypair (renames to .archived) unless keep_keypair=true.
Removes ~/.zynd/mcp-active-persona.json so zyndai_register_persona is unblocked.
Use this when the user wants to switch personas or stop being reachable on the network. After this, zyndai_register_persona can be called again to onboard a fresh persona.
Args:
keep_keypair (bool, optional) — preserve the keypair file as-is for later re-import.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keep_keypair | No | If true, leave the keypair file in ~/.zynd/agents/ for archival. Default false: rename it to <file>.archived so a fresh register-persona starts clean. |