# Agentuity CLI Cloud Region Select

> Set the default cloud region for all commands. Requires authentication. Use for Agentuity cloud platform operations

- Skill: `agentuity-docs/agentuity-cli-cloud-region-select` (Agent Skill)
- Install (CLI): `npx skillmds@latest add agentuity-docs/agentuity-cli-cloud-region-select`
- Raw SKILL.md: https://api.skillmd.com/api/skills/agentuity-docs/agentuity-cli-cloud-region-select/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- License: Apache-2.0
- Author: agentuity (https://skillmd.com/u/agentuity-docs)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/agentuity-docs/agentuity-cli-cloud-region-select

---


# Cloud Region Select

Set the default cloud region for all commands

## Prerequisites

- Authenticated with `agentuity auth login`

## Usage

```bash
agentuity cloud region select [region]
```

## Arguments

| Argument | Type | Required | Description |
|----------|------|----------|-------------|
| `<region>` | string | No | - |

## Examples

Select default region:

```bash
bunx @agentuity/cli cloud region select
```

Set specific region as default:

```bash
bunx @agentuity/cli cloud region select usc
```

## Output

Returns JSON object:

```json
{
  "region": "string",
  "description": "string"
}
```

| Field | Type | Description |
|-------|------|-------------|
| `region` | string | The selected region code |
| `description` | string | The region description |

