Authorizations
Query Parameters
Response
Default Response
The response is of type object
.
curl --request POST \
--url https://atlantic.api.herodotus.cloud/docs/buckets/close
{
"atlanticBucket": {
"id": "<string>",
"externalId": "<string>",
"status": "OPEN",
"aggregatorVersion": "snos_aggregator_0.13.2",
"aggregatorParams": "<string>",
"nodeWidth": -1,
"leaves": -1,
"projectId": "<string>",
"createdByClient": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
}
}
Close a bucket - after closing, you can no longer submit jobs to it
curl --request POST \
--url https://atlantic.api.herodotus.cloud/docs/buckets/close
{
"atlanticBucket": {
"id": "<string>",
"externalId": "<string>",
"status": "OPEN",
"aggregatorVersion": "snos_aggregator_0.13.2",
"aggregatorParams": "<string>",
"nodeWidth": -1,
"leaves": -1,
"projectId": "<string>",
"createdByClient": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
}
}
Default Response
The response is of type object
.