Humanitec · Capability

Humanitec API — EnvironmentPausedInfo

Humanitec API — EnvironmentPausedInfo. 1 operations. Lead operation: Pause / Resume an environment.. Self-contained Naftiko capability covering one Humanitec business surface.

Run with Naftiko HumanitecEnvironmentPausedInfo

What You Can Do

PUT
Updatepaused — Pause / Resume an environment.
/v1/orgs/{orgid}/apps/{appid}/envs/{envid}/runtime/paused

MCP Tools

pause-resume-environment

Pause / Resume an environment.

idempotent

Capability Spec

humanitec-environmentpausedinfo.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Humanitec API — EnvironmentPausedInfo
  description: 'Humanitec API — EnvironmentPausedInfo. 1 operations. Lead operation: Pause / Resume an environment.. Self-contained
    Naftiko capability covering one Humanitec business surface.'
  tags:
  - Humanitec
  - EnvironmentPausedInfo
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    HUMANITEC_API_KEY: HUMANITEC_API_KEY
capability:
  consumes:
  - type: http
    namespace: humanitec-environmentpausedinfo
    baseUri: https://api.humanitec.io
    description: Humanitec API — EnvironmentPausedInfo business capability. Self-contained, no shared references.
    resources:
    - name: orgs-orgId-apps-appId-envs-envId-runtime-paused
      path: /orgs/{orgId}/apps/{appId}/envs/{envId}/runtime/paused
      operations:
      - name: updatepaused
        method: PUT
        description: Pause / Resume an environment.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: humanitec-environmentpausedinfo-rest
    port: 8080
    description: REST adapter for Humanitec API — EnvironmentPausedInfo. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/orgs/{orgid}/apps/{appid}/envs/{envid}/runtime/paused
      name: orgs-orgid-apps-appid-envs-envid-runtime-paused
      description: REST surface for orgs-orgId-apps-appId-envs-envId-runtime-paused.
      operations:
      - method: PUT
        name: updatepaused
        description: Pause / Resume an environment.
        call: humanitec-environmentpausedinfo.updatepaused
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: humanitec-environmentpausedinfo-mcp
    port: 9090
    transport: http
    description: MCP adapter for Humanitec API — EnvironmentPausedInfo. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: pause-resume-environment
      description: Pause / Resume an environment.
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: humanitec-environmentpausedinfo.updatepaused
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.