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": "1095e9b5-5777-4105-8af2-02b23e77040a"
    },
    {
      "action": "discontinue",
      "id": "07bde184-d526-4442-9b4a-ae85c0d9c31d"
    }
  ]
}

Changes