Dokploy · Capability

Dokploy API — mounts

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

Dokploy API — mounts 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 3 read-only operations and 3 state-changing operations. Lead operation: mounts-create. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Dokploy and mounts.

Run with Naftiko Dokploymounts

What You Can Do

POST
Mounts create — mounts-create
/v1/mounts.create
POST
Mounts remove — mounts-remove
/v1/mounts.remove
GET
Mounts one — mounts-one
/v1/mounts.one
POST
Mounts update — mounts-update
/v1/mounts.update
GET
Mounts allnamedbyapplicationid — mounts-allNamedByApplicationId
/v1/mounts.allNamedByApplicationId
GET
Mounts listbyserviceid — mounts-listByServiceId
/v1/mounts.listByServiceId

MCP Tools

mounts-create

mounts-create

mounts-remove

mounts-remove

mounts-one

mounts-one

read-only idempotent
mounts-update

mounts-update

mounts-allNamedByApplicationId

mounts-allNamedByApplicationId

read-only idempotent
mounts-listByServiceId

mounts-listByServiceId

read-only idempotent

Capability Spec

dokploy-mounts.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Dokploy API — mounts
  description: 'Dokploy API — mounts. 6 operations. Lead operation: mounts.create. Self-contained Naftiko capability covering one Dokploy business
    surface.'
  tags:
  - Dokploy
  - mounts
  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-mounts
    baseUri: ${DOKPLOY_URL}/api
    description: Dokploy API — mounts business capability. Self-contained, no shared references.
    resources:
    - name: create
      path: /mounts.create
      operations:
      - name: mounts-create
        method: POST
        description: mounts-create
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body
          required: true
    - name: remove
      path: /mounts.remove
      operations:
      - name: mounts-remove
        method: POST
        description: mounts-remove
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body
          required: true
    - name: one
      path: /mounts.one
      operations:
      - name: mounts-one
        method: GET
        description: mounts-one
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: update
      path: /mounts.update
      operations:
      - name: mounts-update
        method: POST
        description: mounts-update
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body
          required: true
    - name: allNamedByApplicationId
      path: /mounts.allNamedByApplicationId
      operations:
      - name: mounts-allNamedByApplicationId
        method: GET
        description: mounts-allNamedByApplicationId
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: listByServiceId
      path: /mounts.listByServiceId
      operations:
      - name: mounts-listByServiceId
        method: GET
        description: mounts-listByServiceId
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: dokploy-mounts-rest
    port: 8080
    description: REST adapter for Dokploy API — mounts. One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/mounts.create
      name: create
      description: REST surface for create.
      operations:
      - method: POST
        name: mounts-create
        description: mounts-create
        call: dokploy-mounts.mounts-create
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/mounts.remove
      name: remove
      description: REST surface for remove.
      operations:
      - method: POST
        name: mounts-remove
        description: mounts-remove
        call: dokploy-mounts.mounts-remove
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/mounts.one
      name: one
      description: REST surface for one.
      operations:
      - method: GET
        name: mounts-one
        description: mounts-one
        call: dokploy-mounts.mounts-one
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/mounts.update
      name: update
      description: REST surface for update.
      operations:
      - method: POST
        name: mounts-update
        description: mounts-update
        call: dokploy-mounts.mounts-update
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/mounts.allNamedByApplicationId
      name: allNamedByApplicationId
      description: REST surface for allNamedByApplicationId.
      operations:
      - method: GET
        name: mounts-allNamedByApplicationId
        description: mounts-allNamedByApplicationId
        call: dokploy-mounts.mounts-allNamedByApplicationId
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/mounts.listByServiceId
      name: listByServiceId
      description: REST surface for listByServiceId.
      operations:
      - method: GET
        name: mounts-listByServiceId
        description: mounts-listByServiceId
        call: dokploy-mounts.mounts-listByServiceId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: dokploy-mounts-mcp
    port: 9090
    transport: http
    description: MCP adapter for Dokploy API — mounts. One tool per consumed operation, routed inline through this capability’s consumes block.
    tools:
    - name: mounts-create
      description: mounts-create
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: dokploy-mounts.mounts-create
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: mounts-remove
      description: mounts-remove
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: dokploy-mounts.mounts-remove
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: mounts-one
      description: mounts-one
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: dokploy-mounts.mounts-one
      outputParameters:
      - type: object
        mapping: $.
    - name: mounts-update
      description: mounts-update
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: dokploy-mounts.mounts-update
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: mounts-allNamedByApplicationId
      description: mounts-allNamedByApplicationId
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: dokploy-mounts.mounts-allNamedByApplicationId
      outputParameters:
      - type: object
        mapping: $.
    - name: mounts-listByServiceId
      description: mounts-listByServiceId
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: dokploy-mounts.mounts-listByServiceId
      outputParameters:
      - type: object
        mapping: $.