Clear the default organization preference. Use for managing authentication credentials
Scanned 6/4/2026
Install via CLI
openskills install majiayu000/claude-skill-registry---
name: agentuity-cli-auth-org-unselect
description: Clear the default organization preference. Use for managing authentication credentials
version: "0.1.24"
license: Apache-2.0
allowed-tools: "Bash(agentuity:*)"
metadata:
command: "agentuity auth org unselect"
tags: "fast"
---
# Auth Org Unselect
Clear the default organization preference
## Usage
```bash
agentuity auth org unselect
```
## Examples
Clear default organization:
```bash
bunx @agentuity/cli auth org unselect
```
## Output
Returns JSON object:
```json
{
"cleared": "boolean"
}
```
| Field | Type | Description |
|-------|------|-------------|
| `cleared` | boolean | Whether the preference was cleared |
No comments yet. Be the first to comment!