Skip to main content

Delete a PostgreSQL backup

You can delete an on-demand backup of a PostgreSQL cluster.

Restriction

Only backups of type ON_DEMAND can be deleted. Automatic backups (AUTO) cannot be deleted manually.

Permissions

info

This action requires the following IAM (Identity and Access Management) permissions:

  • postgresql.cluster.delete

The DELETE /postgresql/spaces/{spaceId}/clusters/{clusterId}/backups/{backupId} request deletes an on-demand backup of a cluster.

Parameters

ParameterTypeRequiredDescription
spaceIdUUID (Universally Unique Identifier)YesSpace identifier
clusterIdUUIDYesUnique identifier of the cluster
backupIdUUIDYesUnique identifier of the backup

Example response

HTTP/1.1 204 No Content

The backup switches to the DELETING status for the duration of the deletion.

See the full specification

Cette page vous a-t-elle été utile ?