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": "dd951d53-be63-478e-8c99-48251ad1d729"
},
{
"action": "discontinue",
"id": "c9a25f9f-847c-4f76-959f-32e1d1b6ca3f"
}
]
}