Update a source. Requires authentication. Use for Agentuity cloud platform operations
Update a source
agentuity auth loginagentuity cloud queue sources update <queue_name> <source_id> [options]
| Argument | Type | Required | Description |
|----------|------|----------|-------------|
| <queue_name> | string | Yes | - |
| <source_id> | string | Yes | - |
| Option | Type | Required | Default | Description |
|--------|------|----------|---------|-------------|
| --name | string | Yes | - | New source name |
| --description | string | Yes | - | New description |
| --auth-type | string | Yes | - | Authentication type |
| --auth-value | string | Yes | - | Authentication value |
| --enabled | boolean | Yes | - | Enable the source |
| --disabled | boolean | Yes | - | Disable the source |
Disable a source:
bunx @agentuity/cli cloud queue sources update my-queue qsrc_abc123 --disabled
Returns JSON object:
{
"id": "string",
"queue_id": "string",
"name": "string",
"description": "unknown",
"auth_type": "string",
"enabled": "boolean",
"url": "string",
"request_count": "number",
"success_count": "number",
"failure_count": "number",
"last_request_at": "unknown",
"last_success_at": "unknown",
"last_failure_at": "unknown",
"last_failure_error": "unknown",
"created_at": "string",
"updated_at": "string"
}
| Field | Type | Description |
|-------|------|-------------|
| id | string | - |
| queue_id | string | - |
| name | string | - |
| description | unknown | - |
| auth_type | string | - |
| enabled | boolean | - |
| url | string | - |
| request_count | number | - |
| success_count | number | - |
| failure_count | number | - |
| last_request_at | unknown | - |
| last_success_at | unknown | - |
| last_failure_at | unknown | - |
| last_failure_error | unknown | - |
| created_at | string | - |
| updated_at | string | - |
npx skills add agentuity/agentuity-cli-cloud-queue-sources-update下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer