---
title: "Replace an existing bundle"
method: PUT
path: "/catalog/bundles/{id}"
tags: ["Bundles"]
---

# Replace an existing bundle

`PUT /catalog/bundles/{id}`

Replaces the bundle identified by id with a new archive. catalog_id and catalog_type are resolved from the DB record.

## Path parameters

- `id` string, required

## Response `200`

OK

- GithubComProjectAiServicesAiServicesInternalPkgCatalogApiserverServicesBundleBundleResponse
  - `catalog_id` string
  - `catalog_type` string
  - `created_at` string
  - `created_by` string
  - `id` string
  - `name` string
  - `size_bytes` integer
  - `status` string
  - `updated_at` string
  - `version` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Bundle not found
- `422` — catalog_id or catalog_type mismatch, or validation failed

## Changes

- **2026-08-19** `f6f3add5afaf` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/ibm/apis/ai-services-catalog-api/changes/catalog/bundles/:id/put.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/d0ce82043e56/schema)
