{
  "schema_version": 2,
  "id": "integrate/redis-data-integration/reference/cli/redis-di-delete",
  "title": "redis-di delete",
  "url": "https://redis.io/docs/latest/integrate/redis-data-integration/1.19.1/reference/cli/redis-di-delete/",
  "summary": "Deletes a pipeline",
  "content": "\nDeletes a pipeline. Because this is destructive, the command asks for confirmation unless you pass\n`--force`.\n\n## Usage\n\n```\nredis-di delete [pipeline] [flags]\n```\n\nThe pipeline name is an optional argument that defaults to `default`.\n\n## Options\n\n| Option      | Description                                                                       |\n| :---------- | :-------------------------------------------------------------------------------- |\n| `--force`   | Skip the confirmation prompt.                                                     |\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 delete my-pipeline --force\n```\n",
  "tags": ["redis-di"],
  "last_updated": "2026-09-19T17:55:58-07:00"
}
