AgentSkillsCN

agentuity-cli-cloud-keyvalue-delete-namespace

删除键值命名空间及其所有键。需进行身份验证。可用于 Agentuity 云平台的运维操作。

SKILL.md
--- frontmatter
name: agentuity-cli-cloud-keyvalue-delete-namespace
description: Delete a keyvalue namespace and all its keys. Requires authentication. Use for Agentuity cloud platform operations
version: "0.1.24"
license: Apache-2.0
allowed-tools: "Bash(agentuity:*)"
argument-hint: "<name> <confirm>"
metadata:
  command: "agentuity cloud keyvalue delete-namespace"
  tags: "destructive deletes-resource slow requires-auth"

Cloud Keyvalue Delete-namespace

Delete a keyvalue namespace and all its keys

Prerequisites

  • Authenticated with agentuity auth login

Usage

bash
agentuity cloud keyvalue delete-namespace <name> <confirm>

Arguments

ArgumentTypeRequiredDescription
<name>stringYes-
<confirm>stringYes-

Examples

Delete staging namespace (interactive):

bash
bunx @agentuity/cli kv delete-namespace staging

Delete cache without confirmation:

bash
bunx @agentuity/cli kv rm-namespace cache --confirm

Force delete production:

bash
bunx @agentuity/cli kv delete-namespace production --confirm

Output

Returns JSON object:

json
{
  "success": "boolean",
  "namespace": "string",
  "message": "string"
}
FieldTypeDescription
successbooleanWhether the deletion succeeded
namespacestringDeleted namespace name
messagestringConfirmation message