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": "ab770893-125f-425a-a356-f04f366cc2c2"
},
{
"action": "discontinue",
"id": "8df51810-d3d0-463d-a260-8cb1ffc3fc92"
}
]
}