---
title: "Creates a Service Fabric name."
method: POST
path: "/Names/$/Create"
tags: ["Property Management"]
---

# Creates a Service Fabric name.

`POST /Names/$/Create`

Creates the specified Service Fabric name.

## Query parameters

- `api-version` '6.0', required
- `timeout` integer

## Request body

- NameDescription — Describes a Service Fabric name.
  - `Name` string, required — The Service Fabric name, including the 'fabric:' URI scheme.

## Response `201`

A successful response means that the name has been created.

## Other responses

- `default` — The detailed error response.

---

[API](https://skmtc.net/azure/apis/service-fabric-client-apis.md) · [All operations](https://skmtc.net/azure/apis/service-fabric-client-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/service-fabric-client-apis/versions/6df9f2f4d542/schema)
