Amazon EBS · Capability

Amazon EBS Amazon Elastic Block Store (EBS) API — #DeleteVolume

Amazon EBS Amazon Elastic Block Store (EBS) API — #DeleteVolume. 1 operations. Lead operation: Amazon EBS Delete Volume. Self-contained Naftiko capability covering one Amazon Ebs business surface.

Run with Naftiko Amazon Ebs#DeleteVolume

What You Can Do

POST
Deletevolume — Amazon EBS Delete Volume
/v1/deletevolume

MCP Tools

amazon-ebs-delete-volume

Amazon EBS Delete Volume

Capability Spec

amazon-ebs-deletevolume.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'Amazon EBS Amazon Elastic Block Store (EBS) API — #DeleteVolume'
  description: 'Amazon EBS Amazon Elastic Block Store (EBS) API — #DeleteVolume. 1 operations. Lead operation: Amazon EBS
    Delete Volume. Self-contained Naftiko capability covering one Amazon Ebs business surface.'
  tags:
  - Amazon Ebs
  - '#DeleteVolume'
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AMAZON_EBS_API_KEY: AMAZON_EBS_API_KEY
capability:
  consumes:
  - type: http
    namespace: amazon-ebs-deletevolume
    baseUri: https://ec2.amazonaws.com
    description: 'Amazon EBS Amazon Elastic Block Store (EBS) API — #DeleteVolume business capability. Self-contained, no
      shared references.'
    resources:
    - name: '#DeleteVolume'
      path: /#DeleteVolume
      operations:
      - name: deletevolume
        method: POST
        description: Amazon EBS Delete Volume
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Action
          in: query
          type: string
          required: true
        - name: Version
          in: query
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.AMAZON_EBS_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: amazon-ebs-deletevolume-rest
    port: 8080
    description: 'REST adapter for Amazon EBS Amazon Elastic Block Store (EBS) API — #DeleteVolume. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.'
    resources:
    - path: /v1/deletevolume
      name: deletevolume
      description: 'REST surface for #DeleteVolume.'
      operations:
      - method: POST
        name: deletevolume
        description: Amazon EBS Delete Volume
        call: amazon-ebs-deletevolume.deletevolume
        with:
          Action: rest.Action
          Version: rest.Version
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: amazon-ebs-deletevolume-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for Amazon EBS Amazon Elastic Block Store (EBS) API — #DeleteVolume. One tool per consumed operation,
      routed inline through this capability''s consumes block.'
    tools:
    - name: amazon-ebs-delete-volume
      description: Amazon EBS Delete Volume
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: amazon-ebs-deletevolume.deletevolume
      with:
        Action: tools.Action
        Version: tools.Version
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.