The subscription_settings
utility is used for managing settings
related to subscriptions and hosting services.
Usage
subscription_settings <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, the traffic limit to
500 megabytes.
plesk bin subscription_settings --update example.com -disk_space 1G -max_traffic 500M
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 --update example.com -disk_space 1G or plesk bin subscription_settings -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 --info example.com or plesk bin subscription_settings -i example.com |
…