Last modified October 22, 2025

manageSettingsExtension

This function allows you to create/modify the Settings Extension Object.
Parameter name Type Description Possible Values
vendors List[] List of enabled Extension Vendors
  • vendors[0]=WPToolkit (Plesk, cPanel & WHM)
  • vendors[0]=Softaculous
  • vendors[0]=WordPressManager (DirectAdmin)
excludes List[] List of installations to exclude. This should include a path, for example, *.tld will only include domains without a path returned by the Extension Vendor, *.tld/* will exclude the domains which have a path.
  • excludes[]=*.com/*&excludes[]=domain.com/*
partner_token String Partner token to create a JetBackup WP Pro License Key automatically. **(JetBackup Partners Only)**
  • partner_token=XXXXXXX

Example Call JETAPI

jetbackup5api -F manageSettingsExtension -D "vendors[]=WPToolkit&vendors[]=Softaculous&excludes[]=*.com/*&excludes[]=domain.com/*&partner_token="
success: 1
message: Extension Settings Updated Successfully.
system:
  version: 5.3.18.0
  version_panel: 5.3.18.0
  tier: ALPHA
  type: cPanel
  retry_ms: 0
  disableui: 
  dr: 
  agreement_panel: 
  agreement: 
  licenseIssue: 
data:
  vendors: 
    0: WPToolkit
    1: Softaculous
  excludes: 
    0: *.com/*
    1: domain.com/*
  partner_token: 

Example Call HTTP

https://hostname.example.com:2087/cpsess##########/cgi/addons/jetbackup5/api.cgi?function=manageSettingsExtension&vendors[0]=WPToolkit