Agent skill
agentuity-cli-cloud-stream-delete
Delete a stream by ID (soft delete). Requires authentication. Use for Agentuity cloud platform operations
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/agentuity-cli-cloud-stream-delete
Metadata
Additional technical details for this skill
- tags
- destructive deletes-resource slow requires-auth
- command
- agentuity cloud stream delete
SKILL.md
Cloud Stream Delete
Delete a stream by ID (soft delete)
Prerequisites
- Authenticated with
agentuity auth login - Project context required (run from project directory or use
--project-id)
Usage
bash
agentuity cloud stream delete <id>
Arguments
| Argument | Type | Required | Description |
|---|---|---|---|
<id> |
string | Yes | - |
Examples
Delete a stream:
bash
bunx @agentuity/cli stream delete stream-id-123
Delete stream (using alias):
bash
bunx @agentuity/cli stream rm stream-id-456
Delete stream (using alias):
bash
bunx @agentuity/cli stream del stream-id-789
Output
Returns JSON object:
json
{
"id": "string"
}
| Field | Type | Description |
|---|---|---|
id |
string | Stream ID |
Didn't find tool you were looking for?