{
  "id": "services_configuration",
  "title": "Cluster services configuration requests",
  "url": "https://redis.io/docs/latest/operate/rs/7.8/references/rest-api/requests/cluster/services_configuration/",
  "summary": "Cluster services configuration requests",
  "content": "\n| Method | Path | Description |\n|--------|------|-------------|\n| [GET](#get-cluster-services_config) | `/v1/cluster/services_configuration` | Get cluster services settings |\n| [PUT](#put-cluster-services_config) | `/v1/cluster/services_configuration` | Update cluster services settings |\n\n## Get cluster services configuration {#get-cluster-services_config}\n\n\tGET /v1/cluster/services_configuration\n\nGet cluster services settings.\n\n#### Required permissions\n\n| Permission name |\n|-----------------|\n| [view_cluster_info]() |\n\n### Request {#get-request} \n\n#### Example HTTP request\n\n\tGET /v1/cluster/services_configuration \n\n#### Request headers\n\n| Key | Value | Description |\n|-----|-------|-------------|\n| Host | cnm.cluster.fqdn | Domain name |\n| Accept | application/json | Accepted media type |\n\n### Response {#get-response} \n\nReturns a [services configuration object]().\n\n#### Example JSON body\n\n```json\n{\n     \"cm_server\": {\n         \"operating_mode\": \"disabled\"\n     },\n     \"mdns_server\": {\n         \"operating_mode\": \"enabled\"\n     },\n     \"// additional services...\"\n}\n```\n\n### Status codes {#get-status-codes} \n\n| Code | Description |\n|------|-------------|\n| [200 OK](http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.1) | No error |\n\n## Update cluster services configuration {#put-cluster-services_config}\n\n\tPUT /v1/cluster/services_configuration\n\nUpdate the cluster services settings.\n\n#### Required permissions\n\n| Permission name |\n|-----------------|\n| [update_cluster]() |\n\n### Request {#put-request} \n\n#### Example HTTP request\n\n\tPUT /v1/cluster/services_configuration \n\n#### Example JSON body\n\n```json\n{\n     \"cm_server\": {\n         \"operating_mode\": \"disabled\"\n     },\n     \"// additional services...\"\n}\n```\n\n#### Request headers\n\n| Key | Value | Description |\n|-----|-------|-------------|\n| Host | cnm.cluster.fqdn | Domain name |\n| Accept | application/json | Accepted media type |\n\n#### Request body\n\nInclude a [services configuration object]() with updated fields in the request body.\n\n### Response {#put-response} \n\nReturns the updated [services configuration object]().\n\n#### Example JSON body\n\n```json\n{\n     \"cm_server\": {\n         \"operating_mode\": \"disabled\"\n     },\n     \"mdns_server\": {\n         \"operating_mode\": \"enabled\"\n     },\n     \"// additional services...\"\n}\n```\n\n### Status codes {#put-status-codes} \n\n| Code | Description |\n|------|-------------|\n| [200 OK](http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.1) | No error |\n",
  "tags": ["docs","operate","rs"],
  "last_updated": "2026-04-01T08:10:08-05:00"
}

