Skip to content

Commit a3d2bad

Browse files
authored
Merge pull request #8284 from ovh/PUD-3302_deletion-protection
Pud 3302 deletion protection
2 parents 35e00ab + f4125de commit a3d2bad

File tree

17 files changed

+560
-0
lines changed

17 files changed

+560
-0
lines changed

pages/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -868,6 +868,7 @@
868868
+ [Public Cloud Databases - How to setup your Kubernetes database operator](public_cloud/public_cloud_databases/databases_12_operator)
869869
+ [Public Cloud Databases - How to setup a service integration](public_cloud/public_cloud_databases/databases_07_cross_service_integration)
870870
+ [Public Cloud Databases - How to fetch service metrics with Prometheus](public_cloud/public_cloud_databases/databases_17_metrics_via_prometheus)
871+
+ [Public Cloud Databases - How to enable deletion protection](public_cloud/public_cloud_databases/databases_19_deletion_protection)
871872
+ [Reversibility Policy for Managed Document Database Product](account_and_service_management/reversibility/06-ddb_mongo)
872873
+ [Reversibility Policy for Managed Relational Database Product](account_and_service_management/reversibility/07-rdb_mysql_postgre)
873874
+ [Reversibility Policy for the Managed Message Broker product](account_and_service_management/reversibility/14-reversibility-mdb)
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
title: Public Cloud Databases - How to enable deletion protection
3+
excerpt: Find out how to setup a deletion protection for your Public Cloud databases service
4+
updated: 2025-08-15
5+
---
6+
7+
## Objective
8+
9+
Public Cloud databases allow you to protect your service against accidental deletion.
10+
11+
**This guide explains how to configure deletion protection for your Public Cloud databases service so that the service cannot be deleted until the deletion protection is disabled.**
12+
13+
## Requirements
14+
15+
- A [Public Cloud databases service](/links/public-cloud/databases) up and running
16+
- Access to the [OVHcloud API](/links/api)
17+
18+
## Instructions
19+
20+
### Enable the deletion protection for your service
21+
22+
You can enable deletion protection for your service using the API endpoint:
23+
24+
> [!api]
25+
>
26+
> @api {v1} /cloud PUT /cloud/project/{serviceName}/database/{engine}/{clusterId}
27+
>
28+
29+
The boolean property `deletionProtection` should be set to `true` to activate the protection.
30+
31+
## We want your feedback!
32+
33+
We would love to help answer questions and appreciate any feedback you may have.
34+
35+
If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project.
36+
37+
Are you on Discord? Connect to our channel at <https://discord.gg/PwPqWUpN8G> and interact directly with the team that builds our databases service!
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
title: Public Cloud Databases - How to enable deletion protection
3+
excerpt: Find out how to setup a deletion protection for your Public Cloud databases service
4+
updated: 2025-08-15
5+
---
6+
7+
## Objective
8+
9+
Public Cloud databases allow you to protect your service against accidental deletion.
10+
11+
**This guide explains how to configure deletion protection for your Public Cloud databases service so that the service cannot be deleted until the deletion protection is disabled.**
12+
13+
## Requirements
14+
15+
- A [Public Cloud databases service](/links/public-cloud/databases) up and running
16+
- Access to the [OVHcloud API](/links/api)
17+
18+
## Instructions
19+
20+
### Enable the deletion protection for your service
21+
22+
You can enable deletion protection for your service using the API endpoint:
23+
24+
> [!api]
25+
>
26+
> @api {v1} /cloud PUT /cloud/project/{serviceName}/database/{engine}/{clusterId}
27+
>
28+
29+
The boolean property `deletionProtection` should be set to `true` to activate the protection.
30+
31+
## We want your feedback!
32+
33+
We would love to help answer questions and appreciate any feedback you may have.
34+
35+
If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project.
36+
37+
Are you on Discord? Connect to our channel at <https://discord.gg/PwPqWUpN8G> and interact directly with the team that builds our databases service!
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
title: Public Cloud Databases - How to enable deletion protection
3+
excerpt: Find out how to setup a deletion protection for your Public Cloud databases service
4+
updated: 2025-08-15
5+
---
6+
7+
## Objective
8+
9+
Public Cloud databases allow you to protect your service against accidental deletion.
10+
11+
**This guide explains how to configure deletion protection for your Public Cloud databases service so that the service cannot be deleted until the deletion protection is disabled.**
12+
13+
## Requirements
14+
15+
- A [Public Cloud databases service](/links/public-cloud/databases) up and running
16+
- Access to the [OVHcloud API](/links/api)
17+
18+
## Instructions
19+
20+
### Enable the deletion protection for your service
21+
22+
You can enable deletion protection for your service using the API endpoint:
23+
24+
> [!api]
25+
>
26+
> @api {v1} /cloud PUT /cloud/project/{serviceName}/database/{engine}/{clusterId}
27+
>
28+
29+
The boolean property `deletionProtection` should be set to `true` to activate the protection.
30+
31+
## We want your feedback!
32+
33+
We would love to help answer questions and appreciate any feedback you may have.
34+
35+
If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project.
36+
37+
Are you on Discord? Connect to our channel at <https://discord.gg/PwPqWUpN8G> and interact directly with the team that builds our databases service!
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
title: Public Cloud Databases - How to enable deletion protection
3+
excerpt: Find out how to setup a deletion protection for your Public Cloud databases service
4+
updated: 2025-08-15
5+
---
6+
7+
## Objective
8+
9+
Public Cloud databases allow you to protect your service against accidental deletion.
10+
11+
**This guide explains how to configure deletion protection for your Public Cloud databases service so that the service cannot be deleted until the deletion protection is disabled.**
12+
13+
## Requirements
14+
15+
- A [Public Cloud databases service](/links/public-cloud/databases) up and running
16+
- Access to the [OVHcloud API](/links/api)
17+
18+
## Instructions
19+
20+
### Enable the deletion protection for your service
21+
22+
You can enable deletion protection for your service using the API endpoint:
23+
24+
> [!api]
25+
>
26+
> @api {v1} /cloud PUT /cloud/project/{serviceName}/database/{engine}/{clusterId}
27+
>
28+
29+
The boolean property `deletionProtection` should be set to `true` to activate the protection.
30+
31+
## We want your feedback!
32+
33+
We would love to help answer questions and appreciate any feedback you may have.
34+
35+
If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project.
36+
37+
Are you on Discord? Connect to our channel at <https://discord.gg/PwPqWUpN8G> and interact directly with the team that builds our databases service!
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
title: Public Cloud Databases - How to enable deletion protection
3+
excerpt: Find out how to setup a deletion protection for your Public Cloud databases service
4+
updated: 2025-08-15
5+
---
6+
7+
## Objective
8+
9+
Public Cloud databases allow you to protect your service against accidental deletion.
10+
11+
**This guide explains how to configure deletion protection for your Public Cloud databases service so that the service cannot be deleted until the deletion protection is disabled.**
12+
13+
## Requirements
14+
15+
- A [Public Cloud databases service](/links/public-cloud/databases) up and running
16+
- Access to the [OVHcloud API](/links/api)
17+
18+
## Instructions
19+
20+
### Enable the deletion protection for your service
21+
22+
You can enable deletion protection for your service using the API endpoint:
23+
24+
> [!api]
25+
>
26+
> @api {v1} /cloud PUT /cloud/project/{serviceName}/database/{engine}/{clusterId}
27+
>
28+
29+
The boolean property `deletionProtection` should be set to `true` to activate the protection.
30+
31+
## We want your feedback!
32+
33+
We would love to help answer questions and appreciate any feedback you may have.
34+
35+
If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project.
36+
37+
Are you on Discord? Connect to our channel at <https://discord.gg/PwPqWUpN8G> and interact directly with the team that builds our databases service!
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
title: Public Cloud Databases - How to enable deletion protection
3+
excerpt: Find out how to setup a deletion protection for your Public Cloud databases service
4+
updated: 2025-08-15
5+
---
6+
7+
## Objective
8+
9+
Public Cloud databases allow you to protect your service against accidental deletion.
10+
11+
**This guide explains how to configure deletion protection for your Public Cloud databases service so that the service cannot be deleted until the deletion protection is disabled.**
12+
13+
## Requirements
14+
15+
- A [Public Cloud databases service](/links/public-cloud/databases) up and running
16+
- Access to the [OVHcloud API](/links/api)
17+
18+
## Instructions
19+
20+
### Enable the deletion protection for your service
21+
22+
You can enable deletion protection for your service using the API endpoint:
23+
24+
> [!api]
25+
>
26+
> @api {v1} /cloud PUT /cloud/project/{serviceName}/database/{engine}/{clusterId}
27+
>
28+
29+
The boolean property `deletionProtection` should be set to `true` to activate the protection.
30+
31+
## We want your feedback!
32+
33+
We would love to help answer questions and appreciate any feedback you may have.
34+
35+
If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project.
36+
37+
Are you on Discord? Connect to our channel at <https://discord.gg/PwPqWUpN8G> and interact directly with the team that builds our databases service!
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
title: Public Cloud Databases - How to enable deletion protection
3+
excerpt: Find out how to setup a deletion protection for your Public Cloud databases service
4+
updated: 2025-08-15
5+
---
6+
7+
## Objective
8+
9+
Public Cloud databases allow you to protect your service against accidental deletion.
10+
11+
**This guide explains how to configure deletion protection for your Public Cloud databases service so that the service cannot be deleted until the deletion protection is disabled.**
12+
13+
## Requirements
14+
15+
- A [Public Cloud databases service](/links/public-cloud/databases) up and running
16+
- Access to the [OVHcloud API](/links/api)
17+
18+
## Instructions
19+
20+
### Enable the deletion protection for your service
21+
22+
You can enable deletion protection for your service using the API endpoint:
23+
24+
> [!api]
25+
>
26+
> @api {v1} /cloud PUT /cloud/project/{serviceName}/database/{engine}/{clusterId}
27+
>
28+
29+
The boolean property `deletionProtection` should be set to `true` to activate the protection.
30+
31+
## We want your feedback!
32+
33+
We would love to help answer questions and appreciate any feedback you may have.
34+
35+
If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project.
36+
37+
Are you on Discord? Connect to our channel at <https://discord.gg/PwPqWUpN8G> and interact directly with the team that builds our databases service!
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
title: Public Cloud Databases - How to enable deletion protection
3+
excerpt: Find out how to setup a deletion protection for your Public Cloud databases service
4+
updated: 2025-08-15
5+
---
6+
7+
## Objective
8+
9+
Public Cloud databases allow you to protect your service against accidental deletion.
10+
11+
**This guide explains how to configure deletion protection for your Public Cloud databases service so that the service cannot be deleted until the deletion protection is disabled.**
12+
13+
## Requirements
14+
15+
- A [Public Cloud databases service](/links/public-cloud/databases) up and running
16+
- Access to the [OVHcloud API](/links/api)
17+
18+
## Instructions
19+
20+
### Enable the deletion protection for your service
21+
22+
You can enable deletion protection for your service using the API endpoint:
23+
24+
> [!api]
25+
>
26+
> @api {v1} /cloud PUT /cloud/project/{serviceName}/database/{engine}/{clusterId}
27+
>
28+
29+
The boolean property `deletionProtection` should be set to `true` to activate the protection.
30+
31+
## We want your feedback!
32+
33+
We would love to help answer questions and appreciate any feedback you may have.
34+
35+
If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project.
36+
37+
Are you on Discord? Connect to our channel at <https://discord.gg/PwPqWUpN8G> and interact directly with the team that builds our databases service!
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
title: Public Cloud Databases - How to enable deletion protection
3+
excerpt: Find out how to setup a deletion protection for your Public Cloud databases service
4+
updated: 2025-08-15
5+
---
6+
7+
## Objective
8+
9+
Public Cloud databases allow you to protect your service against accidental deletion.
10+
11+
**This guide explains how to configure deletion protection for your Public Cloud databases service so that the service cannot be deleted until the deletion protection is disabled.**
12+
13+
## Requirements
14+
15+
- A [Public Cloud databases service](/links/public-cloud/databases) up and running
16+
- Access to the [OVHcloud API](/links/api)
17+
18+
## Instructions
19+
20+
### Enable the deletion protection for your service
21+
22+
You can enable deletion protection for your service using the API endpoint:
23+
24+
> [!api]
25+
>
26+
> @api {v1} /cloud PUT /cloud/project/{serviceName}/database/{engine}/{clusterId}
27+
>
28+
29+
The boolean property `deletionProtection` should be set to `true` to activate the protection.
30+
31+
## We want your feedback!
32+
33+
We would love to help answer questions and appreciate any feedback you may have.
34+
35+
If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for a custom analysis of your project.
36+
37+
Are you on Discord? Connect to our channel at <https://discord.gg/PwPqWUpN8G> and interact directly with the team that builds our databases service!

0 commit comments

Comments
 (0)