Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Yandex Managed Service for PostgreSQL
  • Getting started
  • Access management
  • Terraform reference
    • Authentication with the API
      • Overview
        • Overview
        • List
        • Create
        • Delete
  • Monitoring metrics
  • Audit Trails events
  • Public materials
  • Release notes

In this article:

  • gRPC request
  • DeleteBackupRetentionPolicyRequest
  • DeleteBackupRetentionPolicyResponse
  1. API reference
  2. gRPC
  3. BackupRetentionPolicy
  4. Delete

Managed Service for PostgreSQL API, gRPC: BackupRetentionPolicyService.Delete

Written by
Tania Lushnikova
Updated at February 21, 2025
  • gRPC request
  • DeleteBackupRetentionPolicyRequest
  • DeleteBackupRetentionPolicyResponse

Delete retention policy.

gRPC requestgRPC request

rpc Delete (DeleteBackupRetentionPolicyRequest) returns (DeleteBackupRetentionPolicyResponse)

DeleteBackupRetentionPolicyRequestDeleteBackupRetentionPolicyRequest

{
  "policy_id": "string",
  "cluster_id": "string"
}

Field

Description

policy_id

string

Unique identifier for the BackupRetentionPolicy.

cluster_id

string

Required field. ID of the PostgreSQL cluster.
To get the PostgreSQL cluster ID use a ClusterService.List request.

DeleteBackupRetentionPolicyResponseDeleteBackupRetentionPolicyResponse

{}

Field

Description

Empty

Was the article helpful?

Previous
Create
Next
Overview
Yandex project
© 2025 Yandex.Cloud LLC