OpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-208131,4022.6 MB

b576ea92fca2

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
}