Exoscale · Capability

Exoscale API — compute

Exoscale API — compute. 1 operations. Lead operation: Reset a Load Balancer Service field to its default value. Self-contained Naftiko capability covering one Exoscale business surface.

Run with Naftiko Exoscalecompute

What You Can Do

DELETE
Resetloadbalancerservicefield — Reset a Load Balancer Service field to its default value
/v1/load-balancer/{id}/service/{service-id}/{field}

MCP Tools

reset-load-balancer-service-field

Reset a Load Balancer Service field to its default value

idempotent

Capability Spec

exoscale-compute.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Exoscale API — compute
  description: 'Exoscale API — compute. 1 operations. Lead operation: Reset a Load Balancer Service field to its default value.
    Self-contained Naftiko capability covering one Exoscale business surface.'
  tags:
  - Exoscale
  - compute
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    EXOSCALE_API_KEY: EXOSCALE_API_KEY
capability:
  consumes:
  - type: http
    namespace: exoscale-compute
    baseUri: https://api-{zone}.exoscale.com/v2
    description: Exoscale API — compute business capability. Self-contained, no shared references.
    resources:
    - name: load-balancer-id-service-service-id-field
      path: /load-balancer/{id}/service/{service-id}/{field}
      operations:
      - name: resetloadbalancerservicefield
        method: DELETE
        description: Reset a Load Balancer Service field to its default value
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          required: true
        - name: service-id
          in: path
          type: string
          required: true
        - name: field
          in: path
          type: string
          required: true
  exposes:
  - type: rest
    namespace: exoscale-compute-rest
    port: 8080
    description: REST adapter for Exoscale API — compute. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/load-balancer/{id}/service/{service-id}/{field}
      name: load-balancer-id-service-service-id-field
      description: REST surface for load-balancer-id-service-service-id-field.
      operations:
      - method: DELETE
        name: resetloadbalancerservicefield
        description: Reset a Load Balancer Service field to its default value
        call: exoscale-compute.resetloadbalancerservicefield
        with:
          id: rest.id
          service-id: rest.service-id
          field: rest.field
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: exoscale-compute-mcp
    port: 9090
    transport: http
    description: MCP adapter for Exoscale API — compute. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: reset-load-balancer-service-field
      description: Reset a Load Balancer Service field to its default value
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: exoscale-compute.resetloadbalancerservicefield
      with:
        id: tools.id
        service-id: tools.service-id
        field: tools.field
      outputParameters:
      - type: object
        mapping: $.