The service_plan_addon
utility is used for managing hosting plan
add-ons through the command line.
Location
%plesk_cli%
Usage
service_plan_addon.exe <command> [<plan_name>] [
<option 1> <param> [<option 2> <param>] ... [<option N> <param>]
]
Example
The following command creates a hosting plan add-on named Ten
additional websites. It enables the subscribed users to create ten
websites more.
plesk bin service_plan_addon.exe -c "Ten additional websites" -max_site 10
Commands
Command | Parameter | Description | Example |
---|---|---|---|
--create or -c
|
<plan_name> |
Creates a new hosting plan add-on. |
To create a hosting plan add-on named Plan 1: plesk bin service_plan_addon.exe --create "Plan 1" or plesk bin service_plan_addon.exe -c "Plan 1" |
--update or -u
|
<plan_name> |
Updates an existing hosting plan add-on. |
To rename a plan add-on from Plan 1 to Plan 2: plesk bin service_plan_addon.exe --update "Plan 1" -new-name "Plan 2" or plesk bin service_plan_addon.exe -u "Plan 1" -new-name "Plan 2" … |