sitebay_update_site
Modify SiteBay WordPress site settings including domain, repository URL, Cloudflare dev mode, HTTP authentication, team assignment, and plan type.
Instructions
Update an existing SiteBay site configuration.
Args: fqdn: Site domain to update cf_dev_mode_enabled: Enable/disable Cloudflare dev mode new_fqdn: Change the site domain git_url: Set repository URL for deployments http_auth_enabled: Enable/disable HTTP basic auth team_id: Move site to a different team is_free: Toggle free plan flag
Returns: Confirmation message with updated settings
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fqdn | Yes | ||
| cf_dev_mode_enabled | No | ||
| new_fqdn | No | ||
| git_url | No | ||
| http_auth_enabled | No | ||
| team_id | No | ||
| is_free | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |