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": "33409190-2afd-4cdd-9d70-9dd5b8ff94f5"
},
{
"action": "discontinue",
"id": "52bc69c6-ebf2-4ed4-b6c2-0c2ae7bcb3d7"
}
]
}Changes
No recorded changes to this endpoint across all 10 revisions of this API.