Resume Cluster
Resuming the cluster reactivates the machines attached to the disks. This means you will be able to ingest and query data again (both live and historic). By consequence you will now be charged again for the ongoing machine costs, as well as the disks.
Resume a cluster
Provide the API with a cluster slug to bring the cluster back to life!
- Curl
- Python
curl -X 'PATCH' \
'https://api.gigapipe.com/v1/clusters/<your_cluster_slug>/resume' \
-H 'accept: application/json' \
-H 'Authorization: Bearer <your_access_token>'
# Payload response ::Dictionary
{
"message": "Resuming cluster <cluster-test>..."
}
response = gigapipe_client.clusters.resume_cluster(
cluster_slug="your_cluster_slug"
)
# Payload response ::Dictionary
{
"message": "Resuming cluster <cluster-test>..."
}
Resume cluster parameters
Attributes
slug ::String
The cluster slug you want to resume
Resume cluster response
Attributes
message ::String
A basic response message