---
title: "Get architecture deploy options"
method: GET
path: "/architectures/{id}/deploy-options"
tags: ["Catalog"]
---

# Get architecture deploy options

`GET /architectures/{id}/deploy-options`

Retrieves available providers and dependency rules for all services and their components within an architecture

## Path parameters

- `id` string, required

## Response `200`

OK

- GithubComProjectAiServicesAiServicesInternalPkgCatalogTypesDeployOptionsArchitecture
  - `global_components` GithubComProjectAiServicesAiServicesInternalPkgCatalogTypesDeployOptionsComponent[]
    - `name` string
    - `providers` GithubComProjectAiServicesAiServicesInternalPkgCatalogTypesDeployOptionsProvider[]
      - `default` boolean
      - `description` string
      - `id` string
      - `name` string
      - `resources` GithubComProjectAiServicesAiServicesInternalPkgCatalogTypesResources
        - `accelerators` object — Accelerator cards (e.g., "ibm.com/spyre_pf": 1)
        - `cpu` integer — CPU cores
        - `memory` integer — Memory in bytes
        - `storage` integer — Storage in bytes
      - `schema` string
      - `version` string
    - `type` string
  - `id` string
  - `name` string
  - `services` GithubComProjectAiServicesAiServicesInternalPkgCatalogTypesDeployOptionsService[]
    - `accepts_datasource` boolean
    - `components` GithubComProjectAiServicesAiServicesInternalPkgCatalogTypesDeployOptionsComponent[]
      - `name` string
      - `providers` GithubComProjectAiServicesAiServicesInternalPkgCatalogTypesDeployOptionsProvider[]
        - `default` boolean
        - `description` string
        - `id` string
        - `name` string
        - `resources` GithubComProjectAiServicesAiServicesInternalPkgCatalogTypesResources
          - `accelerators` object — Accelerator cards (e.g., "ibm.com/spyre_pf": 1)
          - `cpu` integer — CPU cores
          - `memory` integer — Memory in bytes
          - `storage` integer — Storage in bytes
        - `schema` string
        - `version` string
      - `type` string
    - `id` string
    - `name` string
    - `resources` GithubComProjectAiServicesAiServicesInternalPkgCatalogTypesResources
      - `accelerators` object — Accelerator cards (e.g., "ibm.com/spyre_pf": 1)
      - `cpu` integer — CPU cores
      - `memory` integer — Memory in bytes
      - `storage` integer — Storage in bytes
    - `schema` string
    - `version` string
  - `version` string

## Other responses

- `401` — Unauthorized - Invalid or missing access token
- `404` — Architecture not found
- `500` — Internal Server Error

## Changes

- **2026-05-20** `6ed8a47564c1` — 2 info
  - api tag `Catalog` added
  - api tag `Deploy Options` removed
- **2026-05-18** `56097f579fe1` — 1 info
  - endpoint added
- **2026-02-26** `f5251dbe5d64` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/ibm/apis/ai-services-catalog-api/changes/architectures/:id/deploy-options/get.md)

---

[API](https://skmtc.dev/ibm/apis/ai-services-catalog-api.md) · [All operations](https://skmtc.dev/ibm/apis/ai-services-catalog-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ibm/ai-services-catalog-api/revisions/b6ffcee23f74/schema)
