> ## 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.

# UpdateVirtualDataplaneResponse

> TypeScript response type from the HoneyHive API

> **UpdateVirtualDataplaneResponse** = `object`

## Description

The updated virtual dataplane

## Properties

### data

> **data**: `object`

#### cluster\_id

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

##### Description

Identifier of the physical cluster hosting this dataplane

#### created\_at

> **created\_at**: `string`

#### id

> **id**: `string`

#### name

> **name**: `string`

##### Description

Virtual dataplane display name

#### updated\_at

> **updated\_at**: `string`

***

### success

> **success**: `boolean`


## Related topics

- [Virtual Dataplanes Methods](/v2/control-plane-sdk-reference/typescript/ref/virtual-dataplanes/index.md)
- [DeleteVirtualDataplaneResponse](/v2/control-plane-sdk-reference/typescript/ref/virtual-dataplanes/DeleteVirtualDataplaneResponse.md)
- [GetVirtualDataplaneResponse](/v2/control-plane-sdk-reference/typescript/ref/virtual-dataplanes/GetVirtualDataplaneResponse.md)
