# sdm admin websites clone

```shell
NAME:
   sdm admin websites clone - create a new website using an website as a template

USAGE:
   sdm admin websites clone command [command options] [arguments...]

COMMANDS:
   couchbaseWebUI                    clone Couchbase (WebUI) website
   http, httpNoAuth, http-no-auth    clone HTTP website
   http-basic, httpBasic, basicauth  clone HTTP Basic Auth website
   http-header-auth, headerauth      clone HTTP Custom Auth website

OPTIONS:
   --help, -h  show help
```

### http

```shell
NAME:
   sdm admin websites clone http - clone HTTP website

USAGE:
   sdm admin websites clone http [command options] <ID>

OPTIONS:
   --bind-interface value     IP address on which to listen for connections to this resource on clients. Specify "default", "loopback", or "vnm" to automatically allocate an available address from the corresponding IP range configured in the organization. (default: "default")
   --default-path value       Automatically redirect to this path upon connecting.
   --delete-all-tags
   --delete-tags value        delete-tags e.g. 'key,...'
   --egress-filter value      apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --header value             Additional HTTP header to include in requests.
   --headers-exclusion value  Enter the header name (e.g. Authorization), and its contents will be omitted from logs.
   --health-path value        This path will be used to check the health of your site.
   --host-override value      The host header will be overwritten with this field.
   --http-subdomain value     This will be used as your local DNS address. (e.g. app-prod1 would turn into http://app-prod1.<your-org-name>.sdm.network/)
   --name value               datasource name
   --no-enforce-https         Client connections will use HTTPS instead of HTTP (disable)
   --port-override value      Port on which to listen for connections to this resource on clients. Specify "-1" to automatically allocate an available port. (default: -1)
   --proxy-cluster-id value   proxy cluster id
   --secret-header value      Additional HTTP header to include in requests. (secret)
   --tags value               tags e.g. 'key=value,...'
   --timeout value            set time limit for command
   --url value                The base address of your website without the path.
```

### http-basic

```shell
NAME:
   sdm admin websites clone http-basic - clone HTTP Basic Auth website

USAGE:
   sdm admin websites clone http-basic [command options] <ID>

OPTIONS:
   --bind-interface value     IP address on which to listen for connections to this resource on clients. Specify "default", "loopback", or "vnm" to automatically allocate an available address from the corresponding IP range configured in the organization. (default: "default")
   --default-path value       Automatically redirect to this path upon connecting.
   --delete-all-tags
   --delete-tags value        delete-tags e.g. 'key,...'
   --egress-filter value      apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --header value             Additional HTTP header to include in requests.
   --headers-exclusion value  Enter the header name (e.g. Authorization), and its contents will be omitted from logs.
   --health-path value        This path will be used to check the health of your site.
   --host-override value      The host header will be overwritten with this field.
   --http-subdomain value     This will be used as your local DNS address. (e.g. app-prod1 would turn into http://app-prod1.<your-org-name>.sdm.network/)
   --name value               datasource name
   --no-enforce-https         Client connections will use HTTPS instead of HTTP (disable)
   --password value           (secret)
   --port-override value      Port on which to listen for connections to this resource on clients. Specify "-1" to automatically allocate an available port. (default: -1)
   --proxy-cluster-id value   proxy cluster id
   --secret-header value      Additional HTTP header to include in requests. (secret)
   --tags value               tags e.g. 'key=value,...'
   --timeout value            set time limit for command
   --url value                The base address of your website without the path.
   --username value           (secret)
```

### http-header-auth

```shell
NAME:
   sdm admin websites clone http-header-auth - clone HTTP Custom Auth website

USAGE:
   sdm admin websites clone http-header-auth [command options] <ID>

OPTIONS:
   --auth-header value        (secret)
   --bind-interface value     IP address on which to listen for connections to this resource on clients. Specify "default", "loopback", or "vnm" to automatically allocate an available address from the corresponding IP range configured in the organization. (default: "default")
   --default-path value       Automatically redirect to this path upon connecting.
   --delete-all-tags
   --delete-tags value        delete-tags e.g. 'key,...'
   --egress-filter value      apply filter to select egress nodes e.g. 'field:name tag:key=value ...'
   --header value             Additional HTTP header to include in requests.
   --headers-exclusion value  Enter the header name (e.g. Authorization), and its contents will be omitted from logs.
   --health-path value        This path will be used to check the health of your site.
   --host-override value      The host header will be overwritten with this field.
   --http-subdomain value     This will be used as your local DNS address. (e.g. app-prod1 would turn into http://app-prod1.<your-org-name>.sdm.network/)
   --name value               datasource name
   --no-enforce-https         Client connections will use HTTPS instead of HTTP (disable)
   --port-override value      Port on which to listen for connections to this resource on clients. Specify "-1" to automatically allocate an available port. (default: -1)
   --proxy-cluster-id value   proxy cluster id
   --secret-header value      Additional HTTP header to include in requests. (secret)
   --tags value               tags e.g. 'key=value,...'
   --timeout value            set time limit for command
   --url value                The base address of your website without the path.
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.strongdm.com/references/cli/admin/websites/clone.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
