Reconfiguring a Supervisor Cluster
You can change some or all the predefined settings of a Supervisor Cluster through the vSphere Automation APIs.
To update only some of the Supervisor
Cluster settings, you must create an instance of UpdateSpec and pass it to the update(cluster_ID, update_spec) method or in the body of PATCH https://<server>/api/vcenter/namespace-management/clusters/<cluster_ID>
HTTP request. To reconfigure entirely the Supervisor
Cluster, you must create an instance of SetSpec and pass it to the set(cluster_ID, set_spec) method or to the body of the PUT https://<server>/api/vcenter/namespace-management/clusters/<cluster_ID>
HTTP request.
The settings you can configure with the UpdateSpec and SetSpec specifications are the same as the ones that you used for enabling the Supervisor Cluster. For example, you can change the storage settings on the Supervisor Cluster. Note that the changes that you make to the storage settings after the initial cluster configuration, apply only to the newly created Supervisor Cluster control planes.