Resume (wake) a suspended cluster. Starts an asynchronous resume operation. Related application-group and dependent clusters are included automatically. On success the response confirms the cluster is resuming; poll cluster details until status leaves RESUMING.
Resume accepted; the cluster is resuming.
Cluster is not eligible to resume, or a suspend/resume operation is already in progress.
Forbidden
Cluster not found.
{- "clusterId": "a1c69c6c-4d6b-4ea8-a746-32bd5eb5ad48",
- "clusterStatus": "SUSPENDING",
- "relatedClusterIds": [
- "a1c69c6c-4d6b-4ea8-a746-32bd5eb5ad48"
]
}Suspend (hibernate) a running cluster. Starts an asynchronous suspend operation. Related application-group and dependent clusters are included automatically. On success the response confirms the cluster is suspending; poll cluster details until status leaves SUSPENDING.
Suspend accepted; the cluster is suspending.
Cluster is not eligible to suspend, a suspend/resume operation is already in progress, or the cluster has a maintenance event in progress.
Forbidden
Cluster not found.
{- "clusterId": "a1c69c6c-4d6b-4ea8-a746-32bd5eb5ad48",
- "clusterStatus": "SUSPENDING",
- "relatedClusterIds": [
- "a1c69c6c-4d6b-4ea8-a746-32bd5eb5ad48"
]
}