> ## Documentation Index
> Fetch the complete documentation index at: https://docs.honeyhive.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# CreateVirtualDataplaneRequest

> TypeScript request type for the HoneyHive API

## Properties

### cluster\_id?

> `optional` **cluster\_id?**: `string`

#### Description

Physical cluster to host this virtual dataplane. Omit to place it alongside the existing virtual dataplanes in this org; required when the org has none yet, or when its virtual dataplanes span more than one cluster.

***

### dataplane\_creator?

> `optional` **dataplane\_creator?**: `string`

Format: email

#### Description

Email of the user to grant the dataplane-creator membership to (API key actors only). A signed-in user does not see the new dataplane until their session refreshes, which happens on their next request to the control plane.

***

### name

> **name**: `string`

#### Description

Virtual dataplane display name. Allowed characters are letters, digits, space, underscore, hyphen, apostrophe and ampersand. The name must contain at least one letter or digit, and must not start with a space.

***

### org\_id

> **org\_id**: `string`

#### Description

The unique identifier of the organization the virtual data plane is created in


## Related topics

- [Virtual Dataplanes Methods](/v2/control-plane-sdk-reference/typescript/ref/virtual-dataplanes/index.md)
- [Clients](/v2/changelog/clients.md)
- [CreateVirtualDataplaneResponse](/v2/control-plane-sdk-reference/typescript/ref/virtual-dataplanes/CreateVirtualDataplaneResponse.md)
