redis_create_cluster
Create a managed Redis cluster with specified name, version, node type, and admin credentials. Supports standalone or clustered configurations with optional TLS and tags.
Instructions
Create a Managed Redis cluster.
The cluster is tagged created_by=scaleway-mcp so it can later be
identified and safely deleted by this server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Cluster name. | |
| tags | No | Optional additional tags. | |
| zone | No | Availability zone. Defaults to the configured zone. | |
| project | No | Optional project ID. Defaults to the configured project. | |
| version | Yes | Redis engine version, e.g. ``7.0.5``. | |
| password | Yes | Password for the initial user. | |
| node_type | Yes | Node type, e.g. ``RED1-MICRO``. | |
| user_name | Yes | Name of the initial (admin) user. | |
| tls_enabled | No | Whether to enable TLS on the cluster. Defaults to True. | |
| cluster_size | No | Number of nodes (1 for standalone, >=3 for a cluster). Defaults to 1. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||