{
  "id": "redis-di-delete",
  "title": "redis-di delete",
  "url": "https://redis.io/docs/latest/integrate/redis-data-integration/reference/cli/redis-di-delete/",
  "summary": "Deletes a pipeline",
  "tags": [
    "redis-di"
  ],
  "last_updated": "2026-07-13T12:40:14-05:00",
  "page_type": "content",
  "content_hash": "546cd293e5106e528d872adb936f0c4fb77355872975e01068a081ebfe96b670",
  "sections": [
    {
      "id": "overview",
      "title": "Overview",
      "role": "overview",
      "text": "Deletes a pipeline. Because this is destructive, the command asks for confirmation unless you pass\n`--force`."
    },
    {
      "id": "usage",
      "title": "Usage",
      "role": "syntax",
      "text": "[code example]\n\nThe pipeline name is an optional argument that defaults to `default`."
    },
    {
      "id": "options",
      "title": "Options",
      "role": "parameters",
      "text": "| 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/reference/cli/redis-di#global-options)."
    },
    {
      "id": "example",
      "title": "Example",
      "role": "example",
      "text": "[code example]"
    }
  ],
  "examples": [
    {
      "id": "usage-ex0",
      "language": "plaintext",
      "code": "redis-di delete [pipeline] [flags]",
      "section_id": "usage"
    },
    {
      "id": "example-ex0",
      "language": "bash",
      "code": "redis-di delete my-pipeline --force",
      "section_id": "example"
    }
  ]
}
