{
  "id": "delete",
  "title": "crdb-cli crdb delete",
  "url": "https://redis.io/docs/latest/operate/rs/7.8/references/cli-utilities/crdb-cli/crdb/delete/",
  "summary": "Deletes an Active-Active database.",
  "content": "\nDeletes an Active-Active database.\n\n```sh\ncrdb-cli crdb delete --crdb-guid \u003cguid\u003e\n         [ --no-wait ]\n```\n\nThis command is irreversible. If the data in your database is important, back it up before you delete the database.\n\n### Parameters\n\n| Parameter           | Value  | Description                         |\n|---------------------|--------|-------------------------------------|\n| crdb-guid | string | The GUID of the database (required) |\n| no-wait             |        | Does not wait for the task to complete |\n\n### Returns\n\nReturns the task ID of the task that is deleting the database.\n\nIf `--no-wait` is specified, the command exits. Otherwise, it will wait for the database to be deleted and return `finished`.\n\n### Example\n\n```sh\n$ crdb-cli crdb delete --crdb-guid db6365b5-8aca-4055-95d8-7eb0105c0b35\nTask dfe6cacc-88ff-4667-812e-938fd05fe359 created\n  ---\u003e Status changed: queued -\u003e started\n  ---\u003e Status changed: started -\u003e finished\n```\n",
  "tags": ["docs","operate","rs"],
  "last_updated": "2026-04-01T08:10:08-05:00"
}

