The subscription_settings.exe
utility is used for managing settings
related to subscriptions and hosting services.
Location
%plesk_cli%
Usage
subscription_settings.exe <command> [<domain name>] [
<option 1> <param> [<option 2> <param>] ... [<option N> <param>]
]
Example
The following command sets the following settings for the subscription
example.com: the available disk space to 1 GB, and the maximum
number of MySQL databases to 4.
plesk bin subscription_settings.exe --update example.com -disk_space 1G -max_db 4
Commands
Command | Parameter | Description | Example |
---|---|---|---|
--update or -u |
<domain_name> |
Updates subscription settings. |
To restrict the amount of disk space available for the plesk bin subscription_settings.exe --update example.com -disk_space 1G or plesk bin subscription_settings.exe -u example.com -disk_space 1G |
--info or -i |
<domain_name> |
Displays information about subscription settings. |
To view information about settings of the subscription plesk bin subscription_settings.exe --info example.com or |