Replace website PHP options
agency-hosting_replaceWebsitePHPOptionsV1Replace custom php.ini settings on an Agency Plan website with a specified set. Any omitted options reset to defaults, enabling full configuration control.
Instructions
Replaces the custom php.ini values on an Agency Plan website with the ones provided. Any option not in the request is reset to its default, so call the options endpoint first and send the full desired set. Sending an empty array resets every option to its default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| options | Yes | Option names and values. Each name must be one of the options returned by the options endpoint, and each value must satisfy that option's allowed_values when it declares them. | |
| website_uid | Yes | Agency Plan website UID |