{
  "schema_version": 2,
  "id": "integrate/redis-data-integration/reference/cli/redis-di-reset",
  "title": "redis-di reset",
  "url": "https://redis.io/docs/latest/integrate/redis-data-integration/1.19.1/reference/cli/redis-di-reset/",
  "summary": "Resets a pipeline",
  "content": "\nResets a pipeline into initial full-sync mode, so it reloads a snapshot of the source data before\nresuming change data capture. By default, the command waits for the pipeline to reach a terminal\nstate before returning.\n\n## Usage\n\n```\nredis-di reset [pipeline] [flags]\n```\n\nThe pipeline name is an optional argument that defaults to `default`.\n\n## Options\n\n| Option      | Description                                                                       |\n| :---------- | :-------------------------------------------------------------------------------- |\n| `--wait`    | Wait for the pipeline to reach the expected state (default `true`).               |\n| `--timeout` | Maximum time to wait for the pipeline to reach the expected state (default `2m`). |\n\nThis command also accepts the\n[global options](https://redis.io/docs/latest/integrate/redis-data-integration/1.19.1/reference/cli/redis-di#global-options).\n\n## Example\n\n```bash\nredis-di reset\n```\n",
  "tags": ["redis-di"],
  "last_updated": "2026-09-19T17:55:58-07:00"
}
