{
  "id": "redis-di-reset",
  "title": "redis-di reset",
  "url": "https://redis.io/docs/latest/integrate/redis-data-integration/reference/cli/redis-di-reset/",
  "summary": "Resets the pipeline into initial full sync mode",
  "tags": [
    "redis-di"
  ],
  "last_updated": "2026-04-01T08:10:08-05:00",
  "page_type": "content",
  "content_hash": "e1aecce7008e07fa500ac8bbb4f3e43ed637bdbde8279ccb51f3181b4f14b7c2",
  "sections": [
    {
      "id": "usage",
      "title": "Usage",
      "role": "syntax",
      "text": "[code example]"
    },
    {
      "id": "options",
      "title": "Options",
      "role": "parameters",
      "text": "- `log_level`:\n  - Type: Choice(['TRACE', 'DEBUG', 'INFO', 'WARNING', 'ERROR', 'CRITICAL'])\n  - Default: `info`\n  - Usage: `--log-level\n-l`\n\n- `rdi_host` (REQUIRED):\n  - Type: STRING\n  - Default: `none`\n  - Usage: `--rdi-host`\n\n  Host/IP of RDI Database\n\n- `rdi_port` (REQUIRED):\n  - Type: <IntRange 1<=x<=65535>\n  - Default: `none`\n  - Usage: `--rdi-port`\n\n  Port of RDI Database\n\n- `rdi_user`:\n  - Type: STRING\n  - Default: `none`\n  - Usage: `--rdi-user`\n\n  RDI Database Username\n\n- `rdi_password`:\n  - Type: STRING\n  - Default: `none`\n  - Usage: `--rdi-password`\n\n  RDI Database Password\n\n- `rdi_key`:\n  - Type: STRING\n  - Default: `none`\n  - Usage: `--rdi-key`\n\n  Private key file to authenticate with\n\n- `rdi_cert`:\n  - Type: STRING\n  - Default: `none`\n  - Usage: `--rdi-cert`\n\n  Client certificate file to authenticate with\n\n- `rdi_cacert`:\n  - Type: STRING\n  - Default: `none`\n  - Usage: `--rdi-cacert`\n\n  CA certificate file to verify with\n\n- `rdi_key_password`:\n  - Type: STRING\n  - Default: `none`\n  - Usage: `--rdi-key-password`\n\n  Password for unlocking an encrypted private key\n\n- `force`:\n  - Type: BOOL\n  - Default: `false`\n  - Usage: `--force\n-f`\n\n  Force operation. Skips verification prompts\n\n- `pause_for_confirmation`:\n  - Type: BOOL\n  - Default: `false`\n  - Usage: `--pause-for-confirmation`\n\n  Pause for user confirmation if manual shutdown of collector required\n\n- `help`:\n  - Type: BOOL\n  - Default: `false`\n  - Usage: `--help`\n\n  Show this message and exit."
    },
    {
      "id": "cli-help",
      "title": "CLI help",
      "role": "content",
      "text": "[code example]"
    }
  ],
  "examples": [
    {
      "id": "usage-ex0",
      "language": "plaintext",
      "code": "Usage: redis-di reset [OPTIONS]",
      "section_id": "usage"
    },
    {
      "id": "cli-help-ex0",
      "language": "plaintext",
      "code": "Usage: redis-di reset [OPTIONS]\n\n  Resets the pipeline into initial full sync mode\n\nOptions:\n  -l, --log-level [TRACE|DEBUG|INFO|WARNING|ERROR|CRITICAL]\n                                  [default: INFO]\n  --rdi-host TEXT                 Host/IP of RDI Database  [required]\n  --rdi-port INTEGER RANGE        Port of RDI Database  [1<=x<=65535;\n                                  required]\n  --rdi-user TEXT                 RDI Database Username\n  --rdi-password TEXT             RDI Database Password\n  --rdi-key TEXT                  Private key file to authenticate with\n  --rdi-cert TEXT                 Client certificate file to authenticate with\n  --rdi-cacert TEXT               CA certificate file to verify with\n  --rdi-key-password TEXT         Password for unlocking an encrypted private\n                                  key\n  -f, --force                     Force operation. Skips verification prompts\n  --pause-for-confirmation        Pause for user confirmation if manual\n                                  shutdown of collector required\n  --help                          Show this message and exit.",
      "section_id": "cli-help"
    }
  ]
}
