Qovery · Capability

Qovery API — Application Deployment Restriction

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

Run with Naftiko QoveryApplication Deployment Restriction

What You Can Do

GET
Getapplicationdeploymentrestrictions — Get application deployment restrictions
/v1/application/{applicationid}/deploymentrestriction
POST
Createapplicationdeploymentrestriction — Create an application deployment restriction
/v1/application/{applicationid}/deploymentrestriction
PUT
Editapplicationdeploymentrestriction — Edit an application deployment restriction
/v1/application/{applicationid}/deploymentrestriction/{deploymentrestrictionid}
DELETE
Deleteapplicationdeploymentrestriction — Delete an application deployment restriction
/v1/application/{applicationid}/deploymentrestriction/{deploymentrestrictionid}

MCP Tools

get-application-deployment-restrictions

Get application deployment restrictions

read-only idempotent
create-application-deployment-restriction

Create an application deployment restriction

edit-application-deployment-restriction

Edit an application deployment restriction

idempotent
delete-application-deployment-restriction

Delete an application deployment restriction

idempotent

Capability Spec

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