Last modified November 7, 2024

deleteCloneJob

This function allows you to delete the object given its Clone Job ID.
Parameter name Type Description Possible values Example
_id String REQUIRED Clone Job ID.   _id=5fcac5c16852ef21a56c9362

Example Call JETAPI

jetbackup5api -F deleteCloneJob -D "_id={$CLONE_JOB_ID}"
success: 1
message: Clone Job Deleted Successfully
system:
version: 5.3.3
version_panel: 5.3.3
tier: EDGE
type: cPanel
retry_ms: 0
disableui:
dr:
agreement_panel:
agreement:
licenseIssue:
data:

Example Call HTTP

https://hostname.example.com:2087/cpsess##########/cgi/addons/jetbackup5/api.cgi?function=deleteCloneJob&_id={$CLONE_JOB_ID}