Clusters

Perform action on clusters

Perform actions on one or more clusters.

Note: Only discontinue action is allowed for clusters.

Important: Local OS storage will be deleted. Shared volumes will be detached and should be deleted manually.

put/v1/clusters

Headers

user-agentstring required
cf-connecting-ipstring required

Request body

Example request

{
  "actions": [
    {
      "action": "discontinue",
      "id": "14a35013-3d7b-46ff-a7c1-1563c2db5222"
    },
    {
      "action": "discontinue",
      "id": "f86e2167-aca7-4f9e-91e6-2b4d4a9e1949"
    }
  ]
}

Changes