> ## Documentation Index
> Fetch the complete documentation index at: https://docs.akua.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Unarchive product

> Restores a previously-archived product to `active`. The row remains in place and history is preserved. Active installs continue; dependent offers stay untouched unless separately unarchived.



## OpenAPI

````yaml /openapi-public.json post /products/{id}:unarchive
openapi: 3.1.0
info:
  title: Akua API
  version: 1.0.0
  description: >-
    Public API for managing Akua workspaces, clusters, products, and installs.


    Authenticate with a workspace API token via the `Authorization: Bearer
    sk_akua_...` header.


    A workspace-owned token implies its workspace. Broad tokens select the
    active workspace via the optional `Akua-Context` header.
  contact:
    name: Akua API support
    email: support@akua.dev
    url: https://akua.dev/docs
servers:
  - url: https://api.akua.dev/v1
    description: Production
security: []
tags:
  - name: Auth
    description: Authentication and token management.
  - name: Agents
    description: Agent identities and configuration.
  - name: Agent sessions
    description: Durable agent conversations and tasks.
  - name: Agent turns
    description: Submitted agent work and event emission.
  - name: Agent events
    description: Normalized agent event history and streams.
  - name: Custom domains
    description: Workspace custom domains and routing targets.
  - name: Cloudflare
    description: Cloudflare account credentials and gateway control.
  - name: Clusters
    description: Kubernetes clusters and cluster access operations.
  - name: ComputeConfigs
    description: Workspace compute provider configurations.
  - name: Entitlements
    description: Effective workspace capabilities and limits.
  - name: Dashboards
    description: Dashboard and widget resources.
  - name: Installs
    description: Installation and render operations.
  - name: Machines
    description: Compute machines and lifecycle events.
  - name: Notifications
    description: User notification state.
  - name: Offer Channels
    description: Private offer channels and policy versions.
  - name: Offers
    description: Marketplace offers and redemption tracking.
  - name: Operations
    description: Long-running operation status and controls.
  - name: Order Drafts
    description: Draft checkout orders and checkout sessions.
  - name: Organizations
    description: Organizations, memberships, and managed workspaces.
  - name: Packages
    description: Software packages, versions, and input schemas.
  - name: Products
    description: Marketplace product catalog resources.
  - name: Preview hostnames
    description: Install preview hostnames and routing state.
  - name: Quotas
    description: Workspace quota limits and usage.
  - name: Regions
    description: Available deployment regions.
  - name: Registry
    description: Container registry credentials and repositories.
  - name: Repository change requests
    description: Fork-backed repository change reviews and lifecycle actions.
  - name: Repositories
    description: Source repositories available to the workspace.
  - name: Secrets
    description: Workspace secrets and secret versions.
  - name: Snippets
    description: Reusable snippets and snippet runs.
  - name: Workspace subdomains
    description: Workspace subdomain identity.
  - name: Workspaces
    description: Workspace resources, members, and billing state.
paths:
  /products/{id}:unarchive:
    post:
      tags:
        - Products
      summary: Unarchive product
      description: >-
        Restores a previously-archived product to `active`. The row remains in
        place and history is preserved. Active installs continue; dependent
        offers stay untouched unless separately unarchived.
      operationId: products.unarchive
      parameters:
        - schema:
            type: string
            minLength: 1
            maxLength: 55
            description: Product ID
            example: prod_j572abc...
          required: true
          description: Product ID
          name: id
          in: path
        - schema:
            type: string
            minLength: 1
            maxLength: 53
            description: >-
              Optional workspace/scope context for the request. Carries a single
              workspace wire id (`ws_…`) today. Only needed for broad tokens — a
              workspace-owned token implies its workspace.
            example: ws_j572abc123def456
          required: false
          description: >-
            Optional workspace/scope context for the request. Carries a single
            workspace wire id (`ws_…`) today. Only needed for broad tokens — a
            workspace-owned token implies its workspace.
          name: akua-context
          in: header
        - schema:
            type: string
            minLength: 1
            maxLength: 64
            description: >-
              Optional caller-supplied idempotency key. Any non-empty key up to
              64 characters is accepted. Endpoint-specific documentation
              describes how the key is used.
            example: create-prod-2026-05-07
          required: false
          description: >-
            Optional caller-supplied idempotency key. Any non-empty key up to 64
            characters is accepted. Endpoint-specific documentation describes
            how the key is used.
          name: idempotency-key
          in: header
        - schema:
            type: string
            minLength: 1
            maxLength: 256
            description: >-
              The `etag` of the resource version the client last read. Required
              on writes when the resource exposes an `etag` field. Mismatch
              returns 409 `ABORTED` with the current etag in the error metadata.
            example: '42'
          required: true
          description: >-
            The `etag` of the resource version the client last read. Required on
            writes when the resource exposes an `etag` field. Mismatch returns
            409 `ABORTED` with the current etag in the error metadata.
          name: if-match
          in: header
      requestBody:
        content:
          application/json:
            schema:
              type: object
              properties: {}
              additionalProperties: false
      responses:
        '200':
          description: Product unarchived
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Product'
        '401':
          description: Unauthorized
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiErrorResponse'
        '403':
          description: Forbidden
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiErrorResponse'
        '404':
          description: Not found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiErrorResponse'
        '409':
          description: Conflict
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiErrorResponse'
        '422':
          description: Unprocessable entity
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiErrorResponse'
      security:
        - BearerAuth: []
components:
  schemas:
    Product:
      type: object
      properties:
        id:
          type: string
          minLength: 1
          maxLength: 55
          example: prod_j572abc123def456
        html_url:
          type: string
          maxLength: 2048
          format: uri
          description: Absolute dashboard URL for this resource. OUTPUT_ONLY.
          example: https://akua.dev/products/prod_j572abc123def456
        name:
          type: string
          example: PostgreSQL Managed
        workspace_id:
          type: string
          minLength: 1
          maxLength: 53
        package:
          type: object
          properties:
            id:
              type: string
              minLength: 1
              maxLength: 54
              example: pkg_j572abc123def456
            version_pin:
              $ref: '#/components/schemas/PackageVersionPin'
            default_version_id:
              type:
                - string
                - 'null'
              minLength: 1
              maxLength: 55
              description: >-
                Concrete PackageVersion currently resolved by the version pin,
                or null when latest has no published version yet.
          required:
            - id
            - version_pin
            - default_version_id
          additionalProperties: false
          description: >-
            Reference to the Package backing this product. Fetch full details
            via `GET /v1/packages/{id}`.
        custom_image:
          type: string
          description: >-
            Custom display image URL — overrides the package logo on
            customer-facing pages
        custom_description:
          type: string
          description: Custom display description — overrides the package description
        marketplace:
          $ref: '#/components/schemas/ProductMarketplaceState'
        created_at:
          type: integer
          minimum: 0
          description: Unix timestamp (seconds)
        updated_at:
          type: integer
          minimum: 0
          description: Unix timestamp (seconds)
        etag:
          type: string
        state:
          type: string
          enum:
            - active
            - archived
          description: Product lifecycle state.
        archived_at:
          type: integer
          minimum: 0
          description: >-
            When the product was archived, expressed as Unix seconds since
            epoch.
        archive_reason:
          type: string
          description: Reason supplied by the seller when archiving.
      required:
        - id
        - html_url
        - name
        - workspace_id
        - package
        - marketplace
        - created_at
        - updated_at
        - etag
        - state
    ApiErrorResponse:
      type: object
      properties:
        success:
          type: boolean
          enum:
            - false
        errors:
          type: array
          items:
            $ref: '#/components/schemas/ApiErrorEntry'
        result:
          type: object
          properties: {}
          description: Always empty for error responses
      required:
        - success
        - errors
        - result
    PackageVersionPin:
      oneOf:
        - type: object
          properties:
            kind:
              type: string
              enum:
                - latest
          required:
            - kind
          additionalProperties: false
        - type: object
          properties:
            kind:
              type: string
              enum:
                - pinned
            version:
              type: string
              minLength: 1
              maxLength: 128
              pattern: >-
                ^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|[0-9A-Za-z-]*[A-Za-z-][0-9A-Za-z-]*)(?:\.(?:0|[1-9]\d*|[0-9A-Za-z-]*[A-Za-z-][0-9A-Za-z-]*))*))?(?:\+([0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?$
              example: 1.2.3
          required:
            - kind
            - version
          additionalProperties: false
    ProductMarketplaceState:
      type:
        - object
        - 'null'
      properties:
        published:
          type: boolean
          description: Whether the product is publicly visible on the marketplace
      required:
        - published
      additionalProperties: false
      description: Marketplace listing configuration. When null the product is not listed.
    ApiErrorEntry:
      type: object
      properties:
        code:
          type: integer
          example: 7002
          description: Machine-readable error code
        message:
          type: string
          example: Resource not found
          description: Human-readable error message
        path:
          type: array
          items:
            type: string
          example:
            - body
            - name
          description: Field path that caused the error, when applicable
        metadata:
          type: object
          additionalProperties:
            type: string
      required:
        - code
        - message
  securitySchemes:
    BearerAuth:
      type: http
      scheme: bearer
      description: >-
        workspace API token (sk_akua_...) or OAuth2 JWT. Create tokens at
        https://akua.dev/developers/api-tokens

````