---
title: "Instantiate Bucket Template"
method: POST
path: "/v1/templates/buckets/{template_id}/instantiate"
tags: ["Templates", "Bucket Templates"]
---

# Instantiate Bucket Template

`POST /v1/templates/buckets/{template_id}/instantiate`

Instantiate bucket template.

## Path parameters

- `template_id` string, required — Template ID

## Request body

- InstantiateBucketTemplateRequest — Request to instantiate a bucket from a template.
  - `bucket_name` string, required — Name for the new bucket
  - `description` string, nullable — Optional description override for the bucket

## Response `201`

Successful Response

- InstantiatedBucketTemplateResponse — Response after instantiating a bucket template.
  - `bucket_id` string, required — ID of the created bucket
  - `bucket_name` string, required — Name of the created bucket
  - `template_id` string, required — ID of the template used
  - `status` string — Status of the instantiation
  - `created_at` string, date-time — Timestamp when bucket was created

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.net/mixpeek/apis/mixpeek-api.md) · [All operations](https://skmtc.net/mixpeek/apis/mixpeek-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mixpeek/mixpeek-api/revisions/04b379bdbb7c/schema)
