Agent Skill
2/7/2026agentuity-cli-cloud-region-select
Set the default cloud region for all commands. Requires authentication. Use for Agentuity cloud platform operations
A
agentuity
4GitHub Stars
1Views
npx skills add agentuity/docs
SKILL.md
| Name | agentuity-cli-cloud-region-select |
| Description | Set the default cloud region for all commands. Requires authentication. Use for Agentuity cloud platform operations |
name: agentuity-cli-cloud-region-select description: Set the default cloud region for all commands. Requires authentication. Use for Agentuity cloud platform operations version: "0.1.24" license: Apache-2.0 allowed-tools: "Bash(agentuity:*)" argument-hint: "[region]" metadata: command: "agentuity cloud region select" tags: "fast requires-auth"
Cloud Region Select
Set the default cloud region for all commands
Prerequisites
- Authenticated with
agentuity auth login
Usage
agentuity cloud region select [region]
Arguments
| Argument | Type | Required | Description |
|---|---|---|---|
<region> | string | No | - |
Examples
Select default region:
bunx @agentuity/cli cloud region select
Set specific region as default:
bunx @agentuity/cli cloud region select usc
Output
Returns JSON object:
{
"region": "string",
"description": "string"
}
| Field | Type | Description |
|---|---|---|
region | string | The selected region code |
description | string | The region description |
Skills Info
Original Name:agentuity-cli-cloud-region-selectAuthor:agentuity
Download