---
title: "Create media cache store"
method: POST
path: "/v2/servers/{serverName}/mediacache/stores/{storeName}"
tags: ["Server MediaCache"]
---

# Create media cache store

`POST /v2/servers/{serverName}/mediacache/stores/{storeName}`

Adds the specified MediaCache Store configuration. This API is available in builds 15089 or later.

## Path parameters

- `serverName` string, required

## Request body

- MediaCacheStoreConfig
  - `path` string, required
  - `writeRate` string, required
  - `name` string, required
  - `serverName` string, required
  - `description` string, required
  - `maxSize` string, required
  - `writeRateMaxBucketSize` string, required
  - `saveFieldList` string[]
  - `version` string, required

## Response `200`

Successful response

## Other responses

- `201` — Created
- `400` — Bad request
- `401` — Unauthorized
- `402` — Payment Required
- `404` — Not found
- `409` — Conflict
- `415` — Unsupported Media Type
- `500` — Internal server error

---

[API](https://skmtc.net/wowza/apis/wowza-streaming-engine-rest-api.md) · [All operations](https://skmtc.net/wowza/apis/wowza-streaming-engine-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wowza/wowza-streaming-engine-rest-api/revisions/f2200a734783/schema)
