agentuity-cli-cloud-storage-delete

Delete a storage resource or file. Requires authentication. Use for Agentuity cloud platform operations

allowed_tools: Bash(agentuity:*)

$ Instalar

git clone https://github.com/agentuity/discord-help-agent /tmp/discord-help-agent && cp -r /tmp/discord-help-agent/.agents/skills/agentuity-cli-cloud-storage-delete ~/.claude/skills/discord-help-agent

// tip: Run this command in your terminal to install the skill


name: agentuity-cli-cloud-storage-delete description: Delete a storage resource or file. Requires authentication. Use for Agentuity cloud platform operations version: "0.0.110" license: Apache-2.0 allowed-tools: "Bash(agentuity:*)" argument-hint: "[name] [filename]" metadata: command: "agentuity cloud storage delete" tags: "destructive deletes-resource slow requires-auth requires-deployment"

Cloud Storage Delete

Delete a storage resource or file

Prerequisites

  • Authenticated with agentuity auth login
  • Organization context required (--org-id or default org)

Usage

agentuity cloud storage delete [name] [filename] [options]

Arguments

ArgumentTypeRequiredDescription
<name>stringNo-
<filename>stringNo-

Options

OptionTypeRequiredDefaultDescription
--confirmbooleanYes-Skip confirmation prompts

Examples

Delete a storage bucket:

bunx @agentuity/cli cloud storage delete my-bucket

Delete a file from a bucket:

bunx @agentuity/cli cloud storage rm my-bucket file.txt

Interactive selection to delete a bucket:

bunx @agentuity/cli cloud storage delete

Dry-run: show what would be deleted without making changes:

bunx @agentuity/cli --dry-run cloud storage delete my-bucket

Output

Returns JSON object:

{
  "success": "boolean",
  "name": "string"
}
FieldTypeDescription
successbooleanWhether deletion succeeded
namestringDeleted bucket or file name

Repository

agentuity
agentuity
Author
agentuity/discord-help-agent/.agents/skills/agentuity-cli-cloud-storage-delete
1
Stars
0
Forks
Updated17h ago
Added1w ago