Question
How to create a Service Plan in Plesk?
Answer
via Plesk
- Log into Plesk
- Switch to Service Provider view
- Navigate to Service Plans and select Hosting Plans or Reseller Plans
- Click Add a Plan
- Perform necessary adjustments in the tabs (Resources, Permissions, Hosting Parameters, etc.)
- Click OK to save the Plan
via REST API
Execute the following API request:
# curl -X POST -u admin:"<password>" "https://213.0.1.2:8443/api/v2/cli/domain_template/call" -H "accept: application/json" -H "Content-Type: application/json" -d "{ "params": [ "--create", "Test"]}"
Note: The utility domain_template
is the same with service_plan
.