Update a virtual data plane
Update a virtual data plane’s display name. It is identified by the virtual_dataplane_id
path parameter alone; the x-hh-dataplane-id header does not participate.
name is the only field this endpoint changes. cluster_id is placement rather than
description: the workspaces and projects inside a virtual data plane hold data on the
cluster hosting it, so moving one is a migration and not an update. A request that omits
name, or sends the current one, changes nothing.
This endpoint is unavailable where HoneyHive assigns virtual data planes automatically, and returns a 403 there.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier of the virtual data plane to update
Body
Request body for updating a virtual dataplane
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.
200