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": "512a89c1-5632-4da3-a92f-628e30b8e69c"
    },
    {
      "action": "discontinue",
      "id": "7290b196-0086-477b-9e54-9010fba0cc18"
    }
  ]
}

Changes