This function modifies a user's disk quota.
required | integer or string The account's new quota.
Example: quota=500 |
user required | string The cPanel account username. Example: user=user |
object |
whmapi1 --output=jsonpretty \ editquota \ user='user' \ quota='500'
{- "metadata": {
- "command": "editquota",
- "reason": "Set quota for user.",
- "result": 1,
- "version": 1
}
}