clawpack unlink

Unregister an agent from OpenClaw. The workspace files are kept — only the OpenClaw registration is removed.

Usage

clawpack unlink <name>

Options

None.

Examples

# Unlink an agent
clawpack unlink my-agent

# Typical workflow: unlink then re-link with new config
clawpack unlink my-agent
clawpack link ./my-agent --provider anthropic --api-key sk-ant-...

# Unlink after testing
clawpack unlink test-bot

See Also