Clear the default region preference. Use for Agentuity cloud platform operations
Scanned 5/31/2026
Install via CLI
openskills install diegosouzapw/awesome-omni-skill---
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!
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.