v64

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-088131,3912.6 MB
Control Plane Groups

Get Control Plane Group Member Status

Determines the group membership status of a control plane.

get/v2/control-planes/{controlPlaneId}/group-member-status

Response

Determines the group membership status of a control plane.

is_memberboolean required

Boolean indicating if a control plane is a member of a control plane group.

Example response

{
  "is_member": true
}