Qovery · Capability

Qovery API — service_status

Qovery API — service_status. 1 operations. Lead operation: Get Ingress Deployment Status By Service. Self-contained Naftiko capability covering one Qovery business surface.

Run with Naftiko Qoveryservice_status

What You Can Do

GET
Getingressdeploymentstatus — Get Ingress Deployment Status By Service
/v1/{servicetype}/{serviceid}/ingressdeploymentstatus

MCP Tools

get-ingress-deployment-status-service

Get Ingress Deployment Status By Service

read-only idempotent

Capability Spec

qovery-service-status.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Qovery API — service_status
  description: 'Qovery API — service_status. 1 operations. Lead operation: Get Ingress Deployment Status By Service. Self-contained
    Naftiko capability covering one Qovery business surface.'
  tags:
  - Qovery
  - service_status
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    QOVERY_API_KEY: QOVERY_API_KEY
capability:
  consumes:
  - type: http
    namespace: qovery-service-status
    baseUri: https://api.qovery.com
    description: Qovery API — service_status business capability. Self-contained, no shared references.
    resources:
    - name: serviceType-serviceId-ingressDeploymentStatus
      path: /{serviceType}/{serviceId}/ingressDeploymentStatus
      operations:
      - name: getingressdeploymentstatus
        method: GET
        description: Get Ingress Deployment Status By Service
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.QOVERY_API_KEY}}'
  exposes:
  - type: rest
    namespace: qovery-service-status-rest
    port: 8080
    description: REST adapter for Qovery API — service_status. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/{servicetype}/{serviceid}/ingressdeploymentstatus
      name: servicetype-serviceid-ingressdeploymentstatus
      description: REST surface for serviceType-serviceId-ingressDeploymentStatus.
      operations:
      - method: GET
        name: getingressdeploymentstatus
        description: Get Ingress Deployment Status By Service
        call: qovery-service-status.getingressdeploymentstatus
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: qovery-service-status-mcp
    port: 9090
    transport: http
    description: MCP adapter for Qovery API — service_status. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: get-ingress-deployment-status-service
      description: Get Ingress Deployment Status By Service
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: qovery-service-status.getingressdeploymentstatus
      outputParameters:
      - type: object
        mapping: $.