---
title: "Create a Storage Service Plan(SSP)"
method: POST
path: "/v1/{tenantId}/tiers"
tags: ["Storage Service Plan"]
---

# Create a Storage Service Plan(SSP)

`POST /v1/{tenantId}/tiers`

## Request body

- TierRequest
  - `Id` string — The SSP ID
  - `Name` string, required — The SSP name specified by user, - Required
  - `Backends` string[] — The backend Name, - Optional
  - `Tenants` string[] — The Tenants Name, - Optional

## Response `200`

successful operation

- Tier
  - `Id` string — The SSP ID
  - `TenantId` string — The Tenant ID
  - `Name` string, required — The SSP name specified by user, - Required
  - `Backends` string[] — The backend Name, - Optional
  - `Tenants` string[] — The Tenants Name, - Optional

## Other responses

- `400` — Bad Request
- `401` — Unauthorized. Token not found in header
- `415` — Unsupported Media Type

---

[API](https://skmtc.net/sodafoundation/apis/soda-multi-cloud-api.md) · [All operations](https://skmtc.net/sodafoundation/apis/soda-multi-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sodafoundation/soda-multi-cloud-api/revisions/df048c8349b6/schema)
