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": "40b4e9a5-d610-4295-a6c5-f7d494e848f0"
},
{
"action": "discontinue",
"id": "29d2f7b1-4551-4716-9c64-1f5e479b74ff"
}
]
}