AgentSkillsCN

agentuity-cli-cloud-machine-delete

删除由组织管理的机器。需进行身份验证。可用于 Agentuity 云平台的运维操作。

SKILL.md
--- frontmatter
name: agentuity-cli-cloud-machine-delete
description: Delete an organization managed machine. Requires authentication. Use for Agentuity cloud platform operations
version: "0.1.24"
license: Apache-2.0
allowed-tools: "Bash(agentuity:*)"
argument-hint: "<machine_id>"
metadata:
  command: "agentuity cloud machine delete"
  tags: "mutating destructive slow requires-auth"

Cloud Machine Delete

Delete an organization managed machine

Prerequisites

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

Usage

bash
agentuity cloud machine delete <machine_id> [options]

Arguments

ArgumentTypeRequiredDescription
<machine_id>stringYes-

Options

OptionTypeRequiredDefaultDescription
--confirmbooleanNofalseSkip confirmation prompt

Examples

Delete a machine (with confirmation):

bash
bunx @agentuity/cli cloud machine delete mach_abc123xyz

Delete a machine without confirmation:

bash
bunx @agentuity/cli cloud machine delete mach_abc123xyz --confirm

Output

Returns JSON object:

json
{
  "success": "boolean",
  "machineId": "string"
}
FieldTypeDescription
successbooleanWhether the deletion succeeded
machineIdstringThe deleted machine ID