Back to skills
extension
Category: Development & EngineeringNo API key required

agentuity-cli-auth-org-unselect

Clear the default organization preference. Use for managing authentication credentials

personAuthor: jakexiaohubgithub

Auth Org Unselect

Clear the default organization preference

Usage

agentuity auth org unselect

Examples

Clear default organization:

bunx @agentuity/cli auth org unselect

Output

Returns JSON object:

{
  "cleared": "boolean"
}

| Field | Type | Description | |-------|------|-------------| | cleared | boolean | Whether the preference was cleared |