-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
cloud-apiRelated to Redis Cloud API functionalityRelated to Redis Cloud API functionalityenhancementNew feature or requestNew feature or request
Description
Summary
Add support for flushing non-Active-Active (standard) Pro databases.
Current state
We have:
cloud database flush-crdb- Flush Active-Active database
Missing
PUT /subscriptions/{subscriptionId}/databases/{databaseId}/flush- Flush standard database
Implementation
CLI
Add cloud database flush <subscription_id:database_id> command
Consider:
- Rename existing
flush-crdbtoflush-aafor consistency - Or use a single
flushcommand with--active-activeflag
Notes
- Destructive operation - should require confirmation
- May need
--forceflag to skip confirmation
Metadata
Metadata
Assignees
Labels
cloud-apiRelated to Redis Cloud API functionalityRelated to Redis Cloud API functionalityenhancementNew feature or requestNew feature or request