Update Kubernetes Cluster

  • PATCH /api/marketplace-resources/<resource_uuid>/ - Update an existing Kubernetes cluster.

    This endpoint might allow you to modify certain attributes of a Kubernetes cluster, such as the number of nodes or the node size. You'll need the resource_uuid of the Kubernetes cluster, which you can obtain from the "List Kubernetes Cluster Resources" endpoint (6.2.2).

    Important Notes:

    • The specific request and response formats for this endpoint will depend on the Kubernetes management system used by WAYSCloud. Refer to the WAYSCloud API documentation or contact support for detailed information on how to use this endpoint.
    • Updating a Kubernetes cluster can be a complex operation and may impact running applications. Exercise caution and consult the documentation or support before making any changes.