{
  "schema_version": 2,
  "id": "integrate/redis-data-integration/reference/cli/redis-di-start",
  "title": "redis-di start",
  "url": "https://redis.io/docs/latest/integrate/redis-data-integration/1.19.1/reference/cli/redis-di-start/",
  "summary": "Starts a pipeline",
  "content": "\nStarts a pipeline. By default, the command waits for the pipeline to reach the `started` state before\nreturning.\n\n## Usage\n\n```\nredis-di start [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 start\nredis-di start my-pipeline --wait=false\n```\n",
  "tags": ["redis-di"],
  "last_updated": "2026-09-19T17:55:58-07:00"
}
