Backup

Delete database cluster backup

This API deletes the database cluster backup specified by the name and namespace.

delete/namespaces/{namespace}/database-cluster-backups/{name}

Path parameters

namespacestring required

Name of the namespace

namestring required

Name of the database cluster backup. Can be found under Metadata["name"] of the DatabaseClusterBackup object.

Query parameters

cleanupBackupStorageboolean

If set, remove the backed up data from storage

Response

Successful operation

apiVersionstring

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources

codeinteger

Suggested HTTP return code for this status, 0 if not set.

kindstring

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds

messagestring

A human-readable description of the status of this operation.

reasonstring

A machine-readable description of why this operation is in the "Failure" status. If this value is empty there is no information available. A Reason clarifies an HTTP status code but does not override it.

statusstring

Status of the operation. One of: "Success" or "Failure". More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status

Changes

Changed in 3 of the 50 revisions of this API.15

    • api tag Backup added

      api-tag-added

    • api tag databaseClusterBackup removed

      api-tag-removed

    • added the new optional query request parameter cleanupBackupStorage

      new-optional-request-parameter

  • dec31e5eea8e12See the full diff
    • deleted the query request parameter cleanupBackupStorage

      request-parameter-removed

    • api tag databaseClusterBackup added

      api-tag-added

    • api tag Backup removed

      api-tag-removed

    This revision also has 30 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog