---
title: "Shows whether an app can be cloned to another resource group or subscription."
method: POST
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/iscloneable"
tags: ["WebApps"]
---

# Shows whether an app can be cloned to another resource group or subscription.

`POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/iscloneable`

Shows whether an app can be cloned to another resource group or subscription.

## Path parameters

- `resourceGroupName` string, required
- `name` string, required
- `subscriptionId` string, required

## Query parameters

- `api-version` string, required

## Response `200`

OK.

- SiteCloneability — Represents whether or not an app is cloneable.
  - `result` 'Cloneable' | 'PartiallyCloneable' | 'NotCloneable' — Name of app.
  - `blockingFeatures` SiteCloneabilityCriterion[] — List of features enabled on app that prevent cloning.
    - `name` string — Name of criterion.
    - `description` string — Description of criterion.
  - `unsupportedFeatures` SiteCloneabilityCriterion[] — List of features enabled on app that are non-blocking but cannot be cloned. The app can still be cloned but the features in this list will not be set up on cloned app.
    - `name` string — Name of criterion.
    - `description` string — Description of criterion.
  - `blockingCharacteristics` SiteCloneabilityCriterion[] — List of blocking application characteristics.
    - `name` string — Name of criterion.
    - `description` string — Description of criterion.

## Other responses

- `default` — App Service error response.

---

[API](https://skmtc.dev/azure/apis/webapps-api-client.md) · [All operations](https://skmtc.dev/azure/apis/webapps-api-client/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/webapps-api-client/revisions/54aaf9786c4f/schema)
