Clear the default region preference. Use for Agentuity cloud platform operations
Scanned 6/4/2026
Install via CLI
openskills install majiayu000/claude-skill-registry---
name: agentuity-cli-cloud-region-unselect
description: Clear the default region preference. Use for Agentuity cloud platform operations
version: "0.1.24"
license: Apache-2.0
allowed-tools: "Bash(agentuity:*)"
metadata:
command: "agentuity cloud region unselect"
tags: "fast"
---
# Cloud Region Unselect
Clear the default region preference
## Usage
```bash
agentuity cloud region unselect
```
## Examples
Clear default region:
```bash
bunx @agentuity/cli cloud region 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!