Skip to content

Conversation

@joshrotenberg
Copy link
Collaborator

Adds the ability to delete PrivateLink configuration for a subscription.

Changes

  • Add delete method to PrivateLinkHandler in redis-cloud library
  • Add Delete command to PrivateLinkCommands CLI enum
  • Implement handle_delete with confirmation prompt (--force to skip)
  • Support async operation handling for delete operations
  • Add CLI test for privatelink delete help

Usage

# Delete PrivateLink with confirmation prompt
redisctl cloud connectivity privatelink delete --subscription 123

# Delete PrivateLink without confirmation
redisctl cloud connectivity privatelink delete --subscription 123 --force

# With async operation handling
redisctl cloud connectivity privatelink delete --subscription 123 --force --wait

Closes #469

@joshrotenberg joshrotenberg force-pushed the feat/privatelink-delete branch from c0fbd6e to 2551cbf Compare December 9, 2025 18:11
Adds the ability to delete PrivateLink configuration for a subscription:
- Add delete method to PrivateLinkHandler in redis-cloud library
- Add Delete command to PrivateLinkCommands CLI enum
- Implement handle_delete with confirmation prompt (--force to skip)
- Support async operation handling for delete operations
- Add CLI test for privatelink delete help

Closes #469
@joshrotenberg joshrotenberg force-pushed the feat/privatelink-delete branch from 2551cbf to 71765ce Compare December 9, 2025 19:35
@joshrotenberg joshrotenberg merged commit 172a6ba into main Dec 9, 2025
15 checks passed
@joshrotenberg joshrotenberg deleted the feat/privatelink-delete branch December 9, 2025 19:45
@joshrotenberg joshrotenberg mentioned this pull request Dec 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(cloud): add delete endpoint for PrivateLink

2 participants