modify-plan

Modifies an existing account plan for use with virtual servers.

This command allows you to modify the limits for an existing account plan, and optionally apply it to all virtual servers currently on that plan (with the --apply flag). Its parameters are exactly the same as create-plan, so for full documentation you should refer to that command.

To change the name of a plan, use the --new-name flag followed by the new name of your choice.

Command Line Help

Updates an existing Virtualmin account plan with the given limits.

virtualmin modify-plan --name plan-name | --id number
                      [--new-name plan-name]
                      [--owner reseller | --no-owner]
                      [--quota blocks | --no-quota]
                      [--admin-quota blocks | --no-admin-quota]
                      [--max-mailbox limit | --no-max-mailbox]
                      [--max-alias limit | --no-max-alias]
                      [--max-dbs limit | --no-max-dbs]
                      [--max-doms limit | --no-max-doms]
                      [--max-aliasdoms limit | --no-max-aliasdoms]
                      [--max-realdoms limit | --no-max-realdoms]
                      [--max-bw limit | --no-max-bw]
                      [--max-mongrels limit | --no-max-mongrels]
                      [--nodbname | --no-nodbname]
                      [--norename | --no-norename]
                      [--forceunder | --no-forceunder]
                      [--safeunder | --no-safeunder]
                      [--features "web dns mail ..." |
                       --auto-features]
                      [--capabilities "domain users aliases ..." |
                       --auto-capabilities]
                      [--no-resellers | --resellers "name name.." |
                       --all-resellers]
                      [--apply]