API ReferenceClusters
Deploy Cluster
Trigger deployment of a provisioned cluster
Deploy Cluster
Triggers the deployment process for a cluster — installs mail server software, configures DNS, and prepares the server for mailbox creation.
id(integer) (required) — The cluster ID
curl -X POST https://api.hermes.camie.ai/v1/clusters/202/deploy \
-H "Authorization: Bearer hermes_your_api_key"Response
{
"success": true,
"data": {
"id": 202,
"status": "deploying",
"jobId": "deploy-202"
}
}