# FalkorDB Docs: FalkorDB Enterprise

> Official FalkorDB documentation — the high-performance graph database for GraphRAG, Cypher queries, and knowledge graphs powering accurate GenAI applications.

> ## Agent Instructions
> FalkorDB is a graph database that speaks the Redis protocol. Queries are issued as OpenCypher through the GRAPH.QUERY and GRAPH.RO_QUERY commands, not over Bolt or a SQL connection.
> FalkorDB implements a subset of OpenCypher with proprietary extensions. Do not assume Neo4j-only syntax or procedures are available — check /cypher/cypher-support and /cypher/known-limitations before using a clause.
> FalkorDB is the successor to RedisGraph, but they are separate products. Do not present RedisGraph commands, versions, or limitations as current FalkorDB behavior.
> Use the official clients listed in /getting-started/clients rather than generic Redis or Neo4j drivers, and prefer the language the user is already working in.
> Configuration parameters are set with GRAPH.CONFIG SET or at startup; cite the exact parameter name from /getting-started/configuration rather than inventing one.
> This site covers four products: FalkorDB (core), FalkorDB Cloud, FalkorDB Enterprise, and the GraphRAG SDK. Name which one an answer applies to, since setup and operations differ.

## FalkorDB Enterprise

### Documentation

#### Get started

- [FalkorDB Enterprise](https://docs.falkordb.com/enterprise/index.md): Run FalkorDB as a self-managed, production-grade graph database platform on your own Kubernetes clusters.
- [Platform overview](https://docs.falkordb.com/enterprise/get-started/overview.md): What FalkorDB Enterprise includes, how the components fit together, and when to use it.
- [Requirements](https://docs.falkordb.com/enterprise/get-started/requirements.md): Cluster capacity, local tooling, permissions, and network access needed before you install.
- [Quickstart](https://docs.falkordb.com/enterprise/get-started/quickstart.md): Install FalkorDB Enterprise into any Kubernetes cluster reachable by your current kubectl context.

#### Install

- [Production install](https://docs.falkordb.com/enterprise/deployment/production.md): Install FalkorDB Enterprise with managed secrets, private images, ingress, TLS, and persistence.
- [Private registries](https://docs.falkordb.com/enterprise/deployment/private-images.md): Pull every image the chart uses from the FalkorDB mirror, or point the chart at your own private registry.
- [External DNS access](https://docs.falkordb.com/enterprise/deployment/external-dns.md): Publish per-pod DNS names so workloads outside the cluster can reach databases directly.

##### Platform guides

- [Azure Kubernetes Service](https://docs.falkordb.com/enterprise/deployment/aks.md): Provision Azure infrastructure and install FalkorDB Enterprise on AKS.
- [Private AKS install](https://docs.falkordb.com/enterprise/deployment/aks-internal.md): Run FalkorDB Enterprise on AKS with an internal load balancer, Key Vault TLS, and private DNS.
- [Amazon Elastic Kubernetes Service](https://docs.falkordb.com/enterprise/deployment/eks.md): Provision AWS infrastructure and install FalkorDB Enterprise on EKS.
- [Google Kubernetes Engine](https://docs.falkordb.com/enterprise/deployment/gke.md): Provision GCP infrastructure and install FalkorDB Enterprise on GKE.
- [Red Hat OpenShift](https://docs.falkordb.com/enterprise/deployment/openshift.md): Install FalkorDB Enterprise on OpenShift with SCC-compatible security contexts, Routes, and ODF storage.
- [Rancher (RKE2 and K3s)](https://docs.falkordb.com/enterprise/deployment/rancher.md): Install FalkorDB Enterprise on Rancher-managed clusters with Longhorn storage and bundled ingress.

#### Authentication

- [Google OAuth](https://docs.falkordb.com/enterprise/authentication/google-oauth.md): Enable Google sign-in and Google Workspace group lookup for role mapping.
- [Microsoft Entra ID OAuth](https://docs.falkordb.com/enterprise/authentication/azure-ad-oauth.md): Enable Microsoft Entra ID (Azure AD) sign-in and Microsoft Graph group lookup for role mapping.

#### Deploy databases

- [Networking](https://docs.falkordb.com/enterprise/databases/networking.md): How FalkorDB deployments are reachable inside the cluster by default, and what it takes to reach them from outside.
- [Standalone deployment](https://docs.falkordb.com/enterprise/databases/standalone.md): Create a single-node FalkorDB deployment from the Admin UI.
- [Replicated deployment](https://docs.falkordb.com/enterprise/databases/replicated.md): Create a multi-node FalkorDB deployment without Sentinel services.
- [Replicated deployment with Sentinel](https://docs.falkordb.com/enterprise/databases/sentinel.md): Create a replicated FalkorDB deployment with Redis Sentinel high availability.
- [Sharded deployment](https://docs.falkordb.com/enterprise/databases/sharded.md): Create a sharded FalkorDB deployment for horizontal data distribution.
- [Deploy from YAML](https://docs.falkordb.com/enterprise/databases/yaml.md): Create a FalkorDB deployment from a raw KubeBlocks YAML manifest.

#### Operations

- [Scale a deployment](https://docs.falkordb.com/enterprise/operations/scaling.md): Scale FalkorDB deployments horizontally and vertically.
- [Parameters and resources](https://docs.falkordb.com/enterprise/operations/parameters.md): Change FalkorDB parameters, network services, CPU, memory, and storage.
- [Backups and schedules](https://docs.falkordb.com/enterprise/operations/backups.md): Configure backup repositories, run on-demand backups, and create recurring schedules.
- [Restore in place](https://docs.falkordb.com/enterprise/operations/restore-same-database.md): Restore a backup into an existing deployment.
- [Restore to a new deployment](https://docs.falkordb.com/enterprise/operations/restore-new-database.md): Create a new deployment from an existing backup.
- [Monitoring and Grafana](https://docs.falkordb.com/enterprise/operations/monitoring.md): View logs, live metrics, and optional Grafana dashboards.
- [Cost Showback](https://docs.falkordb.com/enterprise/operations/cost-showback.md): Estimate what each FalkorDB deployment costs to run, and total spend across the fleet.
- [Reset the admin password](https://docs.falkordb.com/enterprise/operations/reset-admin-password.md): Recover an admin account by resetting the user Secret in Kubernetes.

#### Licensing

- [Licensing](https://docs.falkordb.com/enterprise/licensing.md): How to obtain a FalkorDB Enterprise license, how licenses are signed offline, how they bind to a Kubernetes cluster, and which limits they enforce.

#### Security

- [Security](https://docs.falkordb.com/enterprise/security.md): The security posture of a FalkorDB Enterprise installation: identity, RBAC, workload hardening, network isolation, secrets and supply chain.

#### Releases

- [What's new in 1.0](https://docs.falkordb.com/enterprise/releases/1-0.md): FalkorDB Enterprise 1.0 hardens the platform to the restricted Pod Security Standard, signs every artifact, and documents the whole security posture with CI-enforced claims.

#### Upgrade and uninstall

- [Upgrade FalkorDB Enterprise](https://docs.falkordb.com/enterprise/upgrades/enterprise.md): Upgrade the FalkorDB Enterprise Helm release safely.
- [Changelog](https://docs.falkordb.com/enterprise/upgrades/changelog.md): Release notes for every published FalkorDB Enterprise version.
- [Upgrade KubeBlocks](https://docs.falkordb.com/enterprise/upgrades/kubeblocks.md): Upgrade the KubeBlocks platform components used by FalkorDB Enterprise.
- [Upgrade a FalkorDB version](https://docs.falkordb.com/enterprise/upgrades/falkordb-version.md): Update a deployment to a target FalkorDB version.
- [Uninstall](https://docs.falkordb.com/enterprise/upgrades/uninstall.md): Remove FalkorDB Enterprise and, optionally, the platform components it installed.

##### Migration guides

- [Migrate from 0.3 to 0.4](https://docs.falkordb.com/enterprise/upgrades/migrations/0.3-to-0.4.md): Move image pulls from ghcr.io to registry.falkordb.cloud before upgrading to FalkorDB Enterprise 0.4.
- [Migrate from 0.3 to 1.0](https://docs.falkordb.com/enterprise/upgrades/migrations/0.3-to-1.0.md): Upgrade FalkorDB Enterprise 0.3.x straight to 1.0, covering the registry move, the narrowed Admin Server permissions and the new secret handling.

#### Troubleshooting

- [Troubleshoot deployments](https://docs.falkordb.com/enterprise/troubleshooting/deployments.md): Diagnose and fix common issues with FalkorDB deployments managed by KubeBlocks.
- [Support packages](https://docs.falkordb.com/enterprise/troubleshooting/support-package.md): Collect a diagnostics bundle and inspect its contents for support triage.

### Reference

#### Reference

- [Helm values](https://docs.falkordb.com/enterprise/reference/helm-values.md): High-impact Helm values for the FalkorDB Enterprise chart, verified against the chart defaults.
- [All Helm values](https://docs.falkordb.com/enterprise/reference/helm-values-reference.md): Every value the FalkorDB Enterprise chart accepts, with its default, generated from values.yaml.
- [Installer reference](https://docs.falkordb.com/enterprise/reference/installer-flags.md): Command-line options and environment variables for install.sh and uninstall.sh.
- [Pod Security Admission levels](https://docs.falkordb.com/enterprise/reference/pod-security.md): The measured Pod Security Admission level each FalkorDB Enterprise namespace reaches, and the workloads that cap it.
- [Network policies](https://docs.falkordb.com/enterprise/reference/network-policy.md): Restrict what can reach the Admin Server and Admin UI, and what they can reach.
- [Supply chain](https://docs.falkordb.com/enterprise/reference/supply-chain.md): Verify the signatures on published images and the chart, and pin images by digest.
- [Compatibility matrix](https://docs.falkordb.com/enterprise/reference/compatibility.md): Subchart and platform versions that ship with each FalkorDB Enterprise release.
- [Command line](https://docs.falkordb.com/enterprise/reference/cli.md): Operate FalkorDB Enterprise from the terminal with the falkordb-admin CLI.
- [Glossary](https://docs.falkordb.com/enterprise/reference/glossary.md): Terms used across the FalkorDB Enterprise documentation and Admin UI.

### API reference

#### Overview

- [Admin Server API](https://docs.falkordb.com/enterprise/api-reference/introduction.md): Authenticate against the FalkorDB Enterprise Admin Server and call its REST API.
- [KubeBlocks resources](https://docs.falkordb.com/enterprise/api-reference/kubeblocks.md): Reference for the KubeBlocks custom resources behind FalkorDB Enterprise deployments.

#### Admin Server API

##### System

- [Liveness probe for the FalkorDB Enterprise admin server](https://docs.falkordb.com/enterprise/api-reference/endpoints/system/liveness-probe-for-the-falkordb-enterprise-admin-server.md): Liveness probe for the FalkorDB Enterprise admin server. Returns the service status, current timestamp, build version, and process uptime.
- [Readiness probe for the FalkorDB Enterprise admin server](https://docs.falkordb.com/enterprise/api-reference/endpoints/system/readiness-probe-for-the-falkordb-enterprise-admin-server.md): Readiness probe for the FalkorDB Enterprise admin server. Returns a ready status once the server has finished starting up and can accept traffic.
- [List all available Kubernetes namespaces](https://docs.falkordb.com/enterprise/api-reference/endpoints/system/list-all-available-kubernetes-namespaces.md)
- [List all available FalkorDB component versions](https://docs.falkordb.com/enterprise/api-reference/endpoints/system/list-all-available-falkordb-component-versions.md)
- [List all available Kubernetes StorageClasses](https://docs.falkordb.com/enterprise/api-reference/endpoints/system/list-all-available-kubernetes-storageclasses.md)
- [Get aggregated cluster CPU/memory/storage capacity and deployment vs support usage split](https://docs.falkordb.com/enterprise/api-reference/endpoints/system/get-aggregated-cluster-cpumemorystorage-capacity-and-deployment-vs-support-usage-split.md)

##### Authentication

- [Get supported authentication methods and their public configuration](https://docs.falkordb.com/enterprise/api-reference/endpoints/authentication/get-supported-authentication-methods-and-their-public-configuration.md)
- [Authenticate user with email and password](https://docs.falkordb.com/enterprise/api-reference/endpoints/authentication/authenticate-user-with-email-and-password.md)
- [Logout current user](https://docs.falkordb.com/enterprise/api-reference/endpoints/authentication/logout-current-user.md)
- [Validate authentication token](https://docs.falkordb.com/enterprise/api-reference/endpoints/authentication/validate-authentication-token.md)

##### OAuth

- [Initiate OAuth flow for a configured provider](https://docs.falkordb.com/enterprise/api-reference/endpoints/oauth/initiate-oauth-flow-for-a-configured-provider.md)
- [Handle OAuth callback for a configured provider](https://docs.falkordb.com/enterprise/api-reference/endpoints/oauth/handle-oauth-callback-for-a-configured-provider.md)
- [Handle OAuth callback for the configured provider](https://docs.falkordb.com/enterprise/api-reference/endpoints/oauth/handle-oauth-callback-for-the-configured-provider.md)

##### Users

- [List all users with optional filtering](https://docs.falkordb.com/enterprise/api-reference/endpoints/users/list-all-users-with-optional-filtering.md)
- [Create a new user](https://docs.falkordb.com/enterprise/api-reference/endpoints/users/create-a-new-user.md)
- [Get a specific user by email](https://docs.falkordb.com/enterprise/api-reference/endpoints/users/get-a-specific-user-by-email.md)
- [Delete a user](https://docs.falkordb.com/enterprise/api-reference/endpoints/users/delete-a-user.md)
- [Update an existing user](https://docs.falkordb.com/enterprise/api-reference/endpoints/users/update-an-existing-user.md)
- [Reset user password](https://docs.falkordb.com/enterprise/api-reference/endpoints/users/reset-user-password.md)

##### User Profile

- [Get current user profile](https://docs.falkordb.com/enterprise/api-reference/endpoints/user-profile/get-current-user-profile.md)
- [Change current user password](https://docs.falkordb.com/enterprise/api-reference/endpoints/user-profile/change-current-user-password.md)
- [Get current user activity history](https://docs.falkordb.com/enterprise/api-reference/endpoints/user-profile/get-current-user-activity-history.md)

##### Backup Repositories

- [List all backup repositories](https://docs.falkordb.com/enterprise/api-reference/endpoints/backup-repositories/list-all-backup-repositories.md)
- [Create a new backup repository](https://docs.falkordb.com/enterprise/api-reference/endpoints/backup-repositories/create-a-new-backup-repository.md)
- [Get a specific backup repository](https://docs.falkordb.com/enterprise/api-reference/endpoints/backup-repositories/get-a-specific-backup-repository.md)
- [Delete a backup repository](https://docs.falkordb.com/enterprise/api-reference/endpoints/backup-repositories/delete-a-backup-repository.md)
- [Update an existing backup repository](https://docs.falkordb.com/enterprise/api-reference/endpoints/backup-repositories/update-an-existing-backup-repository.md)

##### Settings

- [Get all admin settings](https://docs.falkordb.com/enterprise/api-reference/endpoints/settings/get-all-admin-settings.md)
- [Update admin settings](https://docs.falkordb.com/enterprise/api-reference/endpoints/settings/update-admin-settings.md)

##### Audit

- [Query audit logs with filtering](https://docs.falkordb.com/enterprise/api-reference/endpoints/audit/query-audit-logs-with-filtering.md)

##### RBAC

- [Get current RBAC configuration](https://docs.falkordb.com/enterprise/api-reference/endpoints/rbac/get-current-rbac-configuration.md)
- [Update RBAC configuration (full replace)](https://docs.falkordb.com/enterprise/api-reference/endpoints/rbac/update-rbac-configuration-full-replace.md)
- [Reload RBAC configuration from ConfigMap](https://docs.falkordb.com/enterprise/api-reference/endpoints/rbac/reload-rbac-configuration-from-configmap.md)
- [List all RBAC roles](https://docs.falkordb.com/enterprise/api-reference/endpoints/rbac/list-all-rbac-roles.md)
- [Create a custom RBAC role](https://docs.falkordb.com/enterprise/api-reference/endpoints/rbac/create-a-custom-rbac-role.md)
- [Get specific RBAC role by name](https://docs.falkordb.com/enterprise/api-reference/endpoints/rbac/get-specific-rbac-role-by-name.md)
- [Update a custom RBAC role](https://docs.falkordb.com/enterprise/api-reference/endpoints/rbac/update-a-custom-rbac-role.md)
- [Delete a custom RBAC role](https://docs.falkordb.com/enterprise/api-reference/endpoints/rbac/delete-a-custom-rbac-role.md)
- [List all group-to-role mappings](https://docs.falkordb.com/enterprise/api-reference/endpoints/rbac/list-all-group-to-role-mappings.md)
- [Create a group-to-role mapping](https://docs.falkordb.com/enterprise/api-reference/endpoints/rbac/create-a-group-to-role-mapping.md)
- [Update a group-to-role mapping](https://docs.falkordb.com/enterprise/api-reference/endpoints/rbac/update-a-group-to-role-mapping.md)
- [Delete a group-to-role mapping](https://docs.falkordb.com/enterprise/api-reference/endpoints/rbac/delete-a-group-to-role-mapping.md)

##### Diagnostics

- [Get comprehensive system diagnostics](https://docs.falkordb.com/enterprise/api-reference/endpoints/diagnostics/get-comprehensive-system-diagnostics.md)
- [Export diagnostics data as downloadable JSON file](https://docs.falkordb.com/enterprise/api-reference/endpoints/diagnostics/export-diagnostics-data-as-downloadable-json-file.md)
- [Export a compact support diagnostics package for FalkorDB support](https://docs.falkordb.com/enterprise/api-reference/endpoints/diagnostics/export-a-compact-support-diagnostics-package-for-falkordb-support.md)
- [Check system health status](https://docs.falkordb.com/enterprise/api-reference/endpoints/diagnostics/check-system-health-status.md)

##### Licensing

- [Get license status and current resource usage](https://docs.falkordb.com/enterprise/api-reference/endpoints/licensing/get-license-status-and-current-resource-usage.md)
- [Activate FalkorDB Enterprise with a signed license](https://docs.falkordb.com/enterprise/api-reference/endpoints/licensing/activate-falkordb-enterprise-with-a-signed-license.md)

##### Metrics

- [Get system-wide metrics including CPU, memory, and cluster stats](https://docs.falkordb.com/enterprise/api-reference/endpoints/metrics/get-system-wide-metrics-including-cpu-memory-and-cluster-stats.md)

##### Search

- [Search across clusters, backups, and users](https://docs.falkordb.com/enterprise/api-reference/endpoints/search/search-across-clusters-backups-and-users.md): Search across clusters, backups, and users. Results are restricted to what the caller has read/list permissions for. Filtering is in-memory because Kubernetes does not support wildcard name searches - only metadata fields (name, namespace, labels) are matched.

##### Clusters

- [List all clusters](https://docs.falkordb.com/enterprise/api-reference/endpoints/clusters/list-all-clusters.md)
- [Create a new FalkorDB cluster](https://docs.falkordb.com/enterprise/api-reference/endpoints/clusters/create-a-new-falkordb-cluster.md)
- [Get a specific cluster](https://docs.falkordb.com/enterprise/api-reference/endpoints/clusters/get-a-specific-cluster.md)
- [Delete a cluster](https://docs.falkordb.com/enterprise/api-reference/endpoints/clusters/delete-a-cluster.md)
- [Update an existing cluster](https://docs.falkordb.com/enterprise/api-reference/endpoints/clusters/update-an-existing-cluster.md)
- [Retrieve the JSON schema (openAPIV3Schema) for the Cluster custom resource definition](https://docs.falkordb.com/enterprise/api-reference/endpoints/clusters/retrieve-the-json-schema-openapiv3schema-for-the-cluster-custom-resource-definition.md)
- [Create a new FalkorDB cluster from a raw YAML manifest](https://docs.falkordb.com/enterprise/api-reference/endpoints/clusters/create-a-new-falkordb-cluster-from-a-raw-yaml-manifest.md)
- [Get the raw YAML of a cluster custom resource](https://docs.falkordb.com/enterprise/api-reference/endpoints/clusters/get-the-raw-yaml-of-a-cluster-custom-resource.md)
- [Replace a cluster custom resource from YAML](https://docs.falkordb.com/enterprise/api-reference/endpoints/clusters/replace-a-cluster-custom-resource-from-yaml.md)
- [List all KubeBlocks OpsRequests for a cluster](https://docs.falkordb.com/enterprise/api-reference/endpoints/clusters/list-all-kubeblocks-opsrequests-for-a-cluster.md)
- [Return audit log events for a cluster](https://docs.falkordb.com/enterprise/api-reference/endpoints/clusters/return-audit-log-events-for-a-cluster.md)
- [List all pods for a specific cluster](https://docs.falkordb.com/enterprise/api-reference/endpoints/clusters/list-all-pods-for-a-specific-cluster.md)
- [Get logs from a specific pod](https://docs.falkordb.com/enterprise/api-reference/endpoints/clusters/get-logs-from-a-specific-pod.md)
- [Stream logs from a specific pod using Server-Sent Events](https://docs.falkordb.com/enterprise/api-reference/endpoints/clusters/stream-logs-from-a-specific-pod-using-server-sent-events.md)
- [Get aggregated metrics for all pods in a cluster](https://docs.falkordb.com/enterprise/api-reference/endpoints/clusters/get-aggregated-metrics-for-all-pods-in-a-cluster.md)
- [Get Prometheus metrics from a pod parsed into structured JSON](https://docs.falkordb.com/enterprise/api-reference/endpoints/clusters/get-prometheus-metrics-from-a-pod-parsed-into-structured-json.md): Get Prometheus metrics from a pod parsed into structured JSON. Each entry has name, help, type, and samples with labels and values.
- [Stream parsed Prometheus pod metrics as Server-Sent Events](https://docs.falkordb.com/enterprise/api-reference/endpoints/clusters/stream-parsed-prometheus-pod-metrics-as-server-sent-events.md): Stream parsed Prometheus pod metrics as Server-Sent Events. Each event contains the same payload as GET /:name/pods/:podName/metrics.
- [Stream aggregated cluster metrics (CPU & memory) as Server-Sent Events](https://docs.falkordb.com/enterprise/api-reference/endpoints/clusters/stream-aggregated-cluster-metrics-cpu-&-memory-as-server-sent-events.md): Stream aggregated cluster metrics (CPU & memory) as Server-Sent Events. Each event contains the same fields as GET /:name/metrics.
- [Estimated cost of every deployment the caller can see, plus fleet totals](https://docs.falkordb.com/enterprise/api-reference/endpoints/clusters/estimated-cost-of-every-deployment-the-caller-can-see-plus-fleet-totals.md): Estimated cost of every deployment the caller can see, plus fleet totals. Costs are modelled from reserved capacity and operator-supplied prices, never read from a bill.
- [Estimate the cost of a prospective deployment spec, for create and scale flows](https://docs.falkordb.com/enterprise/api-reference/endpoints/clusters/estimate-the-cost-of-a-prospective-deployment-spec-for-create-and-scale-flows.md): Estimate the cost of a prospective deployment spec, for create and scale flows. Reads no existing deployments.
- [Estimated cost of a single deployment and its share of total fleet spend](https://docs.falkordb.com/enterprise/api-reference/endpoints/clusters/estimated-cost-of-a-single-deployment-and-its-share-of-total-fleet-spend.md)
- [Upgrade a cluster FalkorDB version and/or addon ComponentDefinition](https://docs.falkordb.com/enterprise/api-reference/endpoints/clusters/upgrade-a-cluster-falkordb-version-andor-addon-componentdefinition.md)
- [Get connection credentials (hostname, port, username, password) for a cluster](https://docs.falkordb.com/enterprise/api-reference/endpoints/clusters/get-connection-credentials-hostname-port-username-password-for-a-cluster.md)
- [Get Redis runtime configuration (redis.conf) for a cluster](https://docs.falkordb.com/enterprise/api-reference/endpoints/clusters/get-redis-runtime-configuration-redisconf-for-a-cluster.md)

##### Backups

- [Cleanup expired backups for a specific cluster](https://docs.falkordb.com/enterprise/api-reference/endpoints/backups/cleanup-expired-backups-for-a-specific-cluster.md)
- [List all backups for a specific cluster](https://docs.falkordb.com/enterprise/api-reference/endpoints/backups/list-all-backups-for-a-specific-cluster.md)
- [Create a new backup](https://docs.falkordb.com/enterprise/api-reference/endpoints/backups/create-a-new-backup.md)
- [Get a specific backup](https://docs.falkordb.com/enterprise/api-reference/endpoints/backups/get-a-specific-backup.md)
- [Delete a backup](https://docs.falkordb.com/enterprise/api-reference/endpoints/backups/delete-a-backup.md)

##### Cluster Operations

- [List all OpsRequests for a cluster](https://docs.falkordb.com/enterprise/api-reference/endpoints/cluster-operations/list-all-opsrequests-for-a-cluster.md)
- [Get a specific OpsRequest](https://docs.falkordb.com/enterprise/api-reference/endpoints/cluster-operations/get-a-specific-opsrequest.md)
- [Delete an OpsRequest](https://docs.falkordb.com/enterprise/api-reference/endpoints/cluster-operations/delete-an-opsrequest.md)
- [Restart cluster component pods one-by-one with a rolling restart](https://docs.falkordb.com/enterprise/api-reference/endpoints/cluster-operations/restart-cluster-component-pods-one-by-one-with-a-rolling-restart.md)
- [Start a previously stopped cluster](https://docs.falkordb.com/enterprise/api-reference/endpoints/cluster-operations/start-a-previously-stopped-cluster.md)
- [Gracefully stop all pods in the cluster](https://docs.falkordb.com/enterprise/api-reference/endpoints/cluster-operations/gracefully-stop-all-pods-in-the-cluster.md)
- [Update runtime configuration parameters (Reconfiguring)](https://docs.falkordb.com/enterprise/api-reference/endpoints/cluster-operations/update-runtime-configuration-parameters-reconfiguring.md)
- [Promote a replica to primary (Switchover)](https://docs.falkordb.com/enterprise/api-reference/endpoints/cluster-operations/promote-a-replica-to-primary-switchover.md)
- [Set the desired total replicas and/or shard count (HorizontalScaling)](https://docs.falkordb.com/enterprise/api-reference/endpoints/cluster-operations/set-the-desired-total-replicas-andor-shard-count-horizontalscaling.md)
- [Adjust CPU and memory requests/limits (VerticalScaling)](https://docs.falkordb.com/enterprise/api-reference/endpoints/cluster-operations/adjust-cpu-and-memory-requestslimits-verticalscaling.md)
- [Expand PVC storage size (VolumeExpansion)](https://docs.falkordb.com/enterprise/api-reference/endpoints/cluster-operations/expand-pvc-storage-size-volumeexpansion.md)

##### Backup Policies

- [List backup policies for a specific cluster](https://docs.falkordb.com/enterprise/api-reference/endpoints/backup-policies/list-backup-policies-for-a-specific-cluster.md)
- [Create a new backup policy](https://docs.falkordb.com/enterprise/api-reference/endpoints/backup-policies/create-a-new-backup-policy.md)
- [Get a specific backup policy](https://docs.falkordb.com/enterprise/api-reference/endpoints/backup-policies/get-a-specific-backup-policy.md)
- [Delete a backup policy](https://docs.falkordb.com/enterprise/api-reference/endpoints/backup-policies/delete-a-backup-policy.md)

##### Backup Schedules

- [List all backup schedules for a specific cluster](https://docs.falkordb.com/enterprise/api-reference/endpoints/backup-schedules/list-all-backup-schedules-for-a-specific-cluster.md)
- [Create a new backup schedule](https://docs.falkordb.com/enterprise/api-reference/endpoints/backup-schedules/create-a-new-backup-schedule.md)
- [Get a specific backup schedule](https://docs.falkordb.com/enterprise/api-reference/endpoints/backup-schedules/get-a-specific-backup-schedule.md)
- [Delete a backup schedule](https://docs.falkordb.com/enterprise/api-reference/endpoints/backup-schedules/delete-a-backup-schedule.md)
- [Update an existing backup schedule](https://docs.falkordb.com/enterprise/api-reference/endpoints/backup-schedules/update-an-existing-backup-schedule.md)

##### Restores

- [Lists the restore operations run against a cluster, with the source backup, phase, and timing of each one](https://docs.falkordb.com/enterprise/api-reference/endpoints/restores/lists-the-restore-operations-run-against-a-cluster-with-the-source-backup-phase-and-timing-of-each-one.md)
- [Create a new restore](https://docs.falkordb.com/enterprise/api-reference/endpoints/restores/create-a-new-restore.md)
- [Get a specific restore](https://docs.falkordb.com/enterprise/api-reference/endpoints/restores/get-a-specific-restore.md)
- [Delete a restore](https://docs.falkordb.com/enterprise/api-reference/endpoints/restores/delete-a-restore.md)
- [Clone a cluster from a full backup by creating a new cluster with the restore annotation](https://docs.falkordb.com/enterprise/api-reference/endpoints/restores/clone-a-cluster-from-a-full-backup-by-creating-a-new-cluster-with-the-restore-annotation.md)

## OpenAPI Specs

- [admin-server](/enterprise/api-reference/admin-server.json)
