Agent skill
agentuity-cli-cloud-queue-pause
Pause message delivery for a queue. Requires authentication. Use for Agentuity cloud platform operations
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/agentuity-cli-cloud-queue-pause
Metadata
Additional technical details for this skill
- tags
- mutating updates-resource requires-auth
- command
- agentuity cloud queue pause
SKILL.md
Cloud Queue Pause
Pause message delivery for a queue
Prerequisites
- Authenticated with
agentuity auth login
Usage
agentuity cloud queue pause <name>
Arguments
| Argument | Type | Required | Description |
|---|---|---|---|
<name> |
string | Yes | - |
Examples
Pause a queue:
bunx @agentuity/cli cloud queue pause my-queue
Output
Returns JSON object:
{
"id": "string",
"name": "string",
"description": "unknown",
"queue_type": "string",
"default_ttl_seconds": "unknown",
"default_visibility_timeout_seconds": "number",
"default_max_retries": "number",
"default_retry_backoff_ms": "number",
"default_retry_max_backoff_ms": "number",
"default_retry_multiplier": "number",
"max_in_flight_per_client": "number",
"next_offset": "number",
"message_count": "number",
"dlq_count": "number",
"created_at": "string",
"updated_at": "string",
"paused_at": "unknown",
"retention_seconds": "number"
}
| Field | Type | Description |
|---|---|---|
id |
string | - |
name |
string | - |
description |
unknown | - |
queue_type |
string | - |
default_ttl_seconds |
unknown | - |
default_visibility_timeout_seconds |
number | - |
default_max_retries |
number | - |
default_retry_backoff_ms |
number | - |
default_retry_max_backoff_ms |
number | - |
default_retry_multiplier |
number | - |
max_in_flight_per_client |
number | - |
next_offset |
number | - |
message_count |
number | - |
dlq_count |
number | - |
created_at |
string | - |
updated_at |
string | - |
paused_at |
unknown | - |
retention_seconds |
number | - |
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?