Dokploy · Capability

Dokploy API — volumeBackups

Dokploy API — volumeBackups. 6 operations. Lead operation: volumeBackups.list. Self-contained Naftiko capability covering one Dokploy business surface.

Dokploy API — volumeBackups is a Naftiko capability published by Dokploy, one of 48 capabilities the APIs.io network indexes for this provider. It bundles 6 operations across the POST and GET methods.

The capability includes 2 read-only operations and 4 state-changing operations. Lead operation: volumeBackups-list. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Dokploy and volumeBackups.

Run with Naftiko DokployvolumeBackups

What You Can Do

GET
Volumebackups list — volumeBackups-list
/v1/volumeBackups.list
POST
Volumebackups create — volumeBackups-create
/v1/volumeBackups.create
GET
Volumebackups one — volumeBackups-one
/v1/volumeBackups.one
POST
Volumebackups delete — volumeBackups-delete
/v1/volumeBackups.delete
POST
Volumebackups update — volumeBackups-update
/v1/volumeBackups.update
POST
Volumebackups runmanually — volumeBackups-runManually
/v1/volumeBackups.runManually

MCP Tools

volumeBackups-list

volumeBackups-list

read-only idempotent
volumeBackups-create

volumeBackups-create

volumeBackups-one

volumeBackups-one

read-only idempotent
volumeBackups-delete

volumeBackups-delete

volumeBackups-update

volumeBackups-update

volumeBackups-runManually

volumeBackups-runManually

Capability Spec

dokploy-volume-backups.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Dokploy API — volumeBackups
  description: 'Dokploy API — volumeBackups. 6 operations. Lead operation: volumeBackups.list. Self-contained Naftiko capability covering one
    Dokploy business surface.'
  tags:
  - Dokploy
  - volumeBackups
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
- namespace: env
  keys:
    DOKPLOY_API_KEY: DOKPLOY_API_KEY
    DOKPLOY_URL: DOKPLOY_URL
capability:
  consumes:
  - type: http
    namespace: dokploy-volume-backups
    baseUri: ${DOKPLOY_URL}/api
    description: Dokploy API — volumeBackups business capability. Self-contained, no shared references.
    resources:
    - name: list
      path: /volumeBackups.list
      operations:
      - name: volumeBackups-list
        method: GET
        description: volumeBackups-list
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: create
      path: /volumeBackups.create
      operations:
      - name: volumeBackups-create
        method: POST
        description: volumeBackups-create
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body
          required: true
    - name: one
      path: /volumeBackups.one
      operations:
      - name: volumeBackups-one
        method: GET
        description: volumeBackups-one
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: delete
      path: /volumeBackups.delete
      operations:
      - name: volumeBackups-delete
        method: POST
        description: volumeBackups-delete
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body
          required: true
    - name: update
      path: /volumeBackups.update
      operations:
      - name: volumeBackups-update
        method: POST
        description: volumeBackups-update
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body
          required: true
    - name: runManually
      path: /volumeBackups.runManually
      operations:
      - name: volumeBackups-runManually
        method: POST
        description: volumeBackups-runManually
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body
          required: true
  exposes:
  - type: rest
    namespace: dokploy-volume-backups-rest
    port: 8080
    description: REST adapter for Dokploy API — volumeBackups. One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/volumeBackups.list
      name: list
      description: REST surface for list.
      operations:
      - method: GET
        name: volumeBackups-list
        description: volumeBackups-list
        call: dokploy-volume-backups.volumeBackups-list
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/volumeBackups.create
      name: create
      description: REST surface for create.
      operations:
      - method: POST
        name: volumeBackups-create
        description: volumeBackups-create
        call: dokploy-volume-backups.volumeBackups-create
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/volumeBackups.one
      name: one
      description: REST surface for one.
      operations:
      - method: GET
        name: volumeBackups-one
        description: volumeBackups-one
        call: dokploy-volume-backups.volumeBackups-one
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/volumeBackups.delete
      name: delete
      description: REST surface for delete.
      operations:
      - method: POST
        name: volumeBackups-delete
        description: volumeBackups-delete
        call: dokploy-volume-backups.volumeBackups-delete
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/volumeBackups.update
      name: update
      description: REST surface for update.
      operations:
      - method: POST
        name: volumeBackups-update
        description: volumeBackups-update
        call: dokploy-volume-backups.volumeBackups-update
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/volumeBackups.runManually
      name: runManually
      description: REST surface for runManually.
      operations:
      - method: POST
        name: volumeBackups-runManually
        description: volumeBackups-runManually
        call: dokploy-volume-backups.volumeBackups-runManually
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: dokploy-volume-backups-mcp
    port: 9090
    transport: http
    description: MCP adapter for Dokploy API — volumeBackups. One tool per consumed operation, routed inline through this capability’s consumes
      block.
    tools:
    - name: volumeBackups-list
      description: volumeBackups-list
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: dokploy-volume-backups.volumeBackups-list
      outputParameters:
      - type: object
        mapping: $.
    - name: volumeBackups-create
      description: volumeBackups-create
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: dokploy-volume-backups.volumeBackups-create
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: volumeBackups-one
      description: volumeBackups-one
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: dokploy-volume-backups.volumeBackups-one
      outputParameters:
      - type: object
        mapping: $.
    - name: volumeBackups-delete
      description: volumeBackups-delete
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: dokploy-volume-backups.volumeBackups-delete
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: volumeBackups-update
      description: volumeBackups-update
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: dokploy-volume-backups.volumeBackups-update
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: volumeBackups-runManually
      description: volumeBackups-runManually
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: dokploy-volume-backups.volumeBackups-runManually
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.