Qovery · Capability

Qovery API — Terraform Deployment Restriction

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

Run with Naftiko QoveryTerraform Deployment Restriction

What You Can Do

GET
Getterraformdeploymentrestrictions — Get terraform deployment restrictions
/v1/terraform/{terraformid}/deploymentrestriction
POST
Createterraformdeploymentrestriction — Create a terraform deployment restriction
/v1/terraform/{terraformid}/deploymentrestriction
PUT
Editterraformdeploymentrestriction — Edit a terraform deployment restriction
/v1/terraform/{terraformid}/deploymentrestriction/{deploymentrestrictionid}
DELETE
Deleteterraformdeploymentrestriction — Delete a terraform deployment restriction
/v1/terraform/{terraformid}/deploymentrestriction/{deploymentrestrictionid}

MCP Tools

get-terraform-deployment-restrictions

Get terraform deployment restrictions

read-only idempotent
create-terraform-deployment-restriction

Create a terraform deployment restriction

edit-terraform-deployment-restriction

Edit a terraform deployment restriction

idempotent
delete-terraform-deployment-restriction

Delete a terraform deployment restriction

idempotent

Capability Spec

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