Deployments
Deployments (realms) running on a dedicated cluster.
Get a deployment by ID.
Returns details about a single deployment (realm).
Update a deployment by ID.
Updates mutable settings of a deployment. Only the owner may update it.
Remove a deployment by ID.
Permanently deletes a deployment (realm). Only the owner may delete it.
Create an app link for a deployment.
Authenticates the deployment's admin user against the given client and redirect URI (e.g. to jump into an admin portal or IdP wizard already signed in) and returns a single-use link.
Create an admin console link for a deployment.
Creates a single-use link that signs the caller into this deployment's Keycloak admin console.
Get metrics for a deployment by ID.
Get metrics for a deployment by ID.
Exchange a token for a deployment access token.
Exchanges the caller's access token for one scoped to this deployment's Keycloak instance, for use when calling that deployment's own admin API directly.