Create a deployment for a dedicated cluster.
POST/clusters/:id/deployments
Creates a new, empty deployment (Keycloak realm) on this cluster. The cluster must be ACTIVE, and the number of deployments is limited by the cluster's tier. To create a deployment from an existing realm export, use the import operation instead.
Request
Responses
- 201
Deployment created. The response has no body; Location holds the new deployment's URL, whose last path segment is its ID.
Response Headers
Location
URL of the created deployment.