Qovery · Capability

Qovery API — Helm Deployment Restriction

Qovery API — Helm Deployment Restriction. 4 operations. Lead operation: Get helm deployment restrictions. Self-contained Naftiko capability covering one Qovery business surface.

Run with Naftiko QoveryHelm Deployment Restriction

What You Can Do

GET
Gethelmdeploymentrestrictions — Get helm deployment restrictions
/v1/helm/{helmid}/deploymentrestriction
POST
Createhelmdeploymentrestriction — Create a helm deployment restriction
/v1/helm/{helmid}/deploymentrestriction
PUT
Edithelmdeploymentrestriction — Edit a helm deployment restriction
/v1/helm/{helmid}/deploymentrestriction/{deploymentrestrictionid}
DELETE
Deletehelmdeploymentrestriction — Delete a helm deployment restriction
/v1/helm/{helmid}/deploymentrestriction/{deploymentrestrictionid}

MCP Tools

get-helm-deployment-restrictions

Get helm deployment restrictions

read-only idempotent
create-helm-deployment-restriction

Create a helm deployment restriction

edit-helm-deployment-restriction

Edit a helm deployment restriction

idempotent
delete-helm-deployment-restriction

Delete a helm deployment restriction

idempotent

Capability Spec

qovery-helm-deployment-restriction.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Qovery API — Helm Deployment Restriction
  description: 'Qovery API — Helm Deployment Restriction. 4 operations. Lead operation: Get helm deployment restrictions.
    Self-contained Naftiko capability covering one Qovery business surface.'
  tags:
  - Qovery
  - Helm Deployment Restriction
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    QOVERY_API_KEY: QOVERY_API_KEY
capability:
  consumes:
  - type: http
    namespace: qovery-helm-deployment-restriction
    baseUri: https://api.qovery.com
    description: Qovery API — Helm Deployment Restriction business capability. Self-contained, no shared references.
    resources:
    - name: helm-helmId-deploymentRestriction
      path: /helm/{helmId}/deploymentRestriction
      operations:
      - name: gethelmdeploymentrestrictions
        method: GET
        description: Get helm deployment restrictions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createhelmdeploymentrestriction
        method: POST
        description: Create a helm deployment restriction
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: helm-helmId-deploymentRestriction-deploymentRestrictionId
      path: /helm/{helmId}/deploymentRestriction/{deploymentRestrictionId}
      operations:
      - name: edithelmdeploymentrestriction
        method: PUT
        description: Edit a helm deployment restriction
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: deletehelmdeploymentrestriction
        method: DELETE
        description: Delete a helm deployment restriction
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.QOVERY_API_KEY}}'
  exposes:
  - type: rest
    namespace: qovery-helm-deployment-restriction-rest
    port: 8080
    description: REST adapter for Qovery API — Helm Deployment Restriction. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/helm/{helmid}/deploymentrestriction
      name: helm-helmid-deploymentrestriction
      description: REST surface for helm-helmId-deploymentRestriction.
      operations:
      - method: GET
        name: gethelmdeploymentrestrictions
        description: Get helm deployment restrictions
        call: qovery-helm-deployment-restriction.gethelmdeploymentrestrictions
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createhelmdeploymentrestriction
        description: Create a helm deployment restriction
        call: qovery-helm-deployment-restriction.createhelmdeploymentrestriction
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/helm/{helmid}/deploymentrestriction/{deploymentrestrictionid}
      name: helm-helmid-deploymentrestriction-deploymentrestrictionid
      description: REST surface for helm-helmId-deploymentRestriction-deploymentRestrictionId.
      operations:
      - method: PUT
        name: edithelmdeploymentrestriction
        description: Edit a helm deployment restriction
        call: qovery-helm-deployment-restriction.edithelmdeploymentrestriction
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletehelmdeploymentrestriction
        description: Delete a helm deployment restriction
        call: qovery-helm-deployment-restriction.deletehelmdeploymentrestriction
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: qovery-helm-deployment-restriction-mcp
    port: 9090
    transport: http
    description: MCP adapter for Qovery API — Helm Deployment Restriction. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: get-helm-deployment-restrictions
      description: Get helm deployment restrictions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: qovery-helm-deployment-restriction.gethelmdeploymentrestrictions
      outputParameters:
      - type: object
        mapping: $.
    - name: create-helm-deployment-restriction
      description: Create a helm deployment restriction
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: qovery-helm-deployment-restriction.createhelmdeploymentrestriction
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: edit-helm-deployment-restriction
      description: Edit a helm deployment restriction
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: qovery-helm-deployment-restriction.edithelmdeploymentrestriction
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: delete-helm-deployment-restriction
      description: Delete a helm deployment restriction
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: qovery-helm-deployment-restriction.deletehelmdeploymentrestriction
      outputParameters:
      - type: object
        mapping: $.