psm dhcs delete-backup

Deletes a specific backup of an Oracle Data Hub Cloud Service cluster.

Syntax

In the following syntax, line breaks have been added for clarity. Do not include them when entering the command.
psm dhcs delete-backup -s|--service-name cluster-name 
	-b|--backup-id backupID 
	[-f|--force true-or-false]
	[-of|--output-format short|json|html]
	[-wc|--wait-until-complete true|false]

Parameters

Parameter Description

-s|--service-name cluster-name

Specifies the name of the Oracle Data Hub Cloud Service cluster.

–b|--backup-id

Specifies the alphanumeric identifier of the backup you want to delete. Retrieve this value using the view-backup command.

-f|--force

(Optional) Set to true to force the operation, even if blocking errors are generated.

-of|--output-format short|json|html

(Optional) Specifies the output format of the command’s response:

  • short— output is formatted as a brief summary.

  • json— output is formatted as a JSON array.

  • html— output is formatted as HTML

The default output format is the one you specified when using the psm setup command to configure the psm CLI.

–wc|--wait-until-complete true|false

(Optional) If set to true, the command behaves synchronously. That is, it does not return until the submitted job is complete. The following message is displayed until the job is complete:

Waiting for the job to complete... (it cannot be cancelled)

The default value is false.

Examples

The following example deletes a backup of the cluster1 cluster with the backupID of b5abfd3a-1234–76e3–8r34–3c3def6af91b.

$ psm dhcs delete-backup --service-name cluster1 --backup-id 90ef1906-c4f5-4a5c-8b86-af6dd4c3799e
{
    "operationName":"delete-backup",
    "target_uri":"http://example.com:7777/paas/api/v1.1/instancemgmt/beta/services/DHCS/instances/cluster1/deletedbackups/7126046",
    "job_id":"7126046"
}
Job ID : 7126046

Note:

You can track the progress of this command by using the psm dhcs operation-status command.