update_origin
Change the target URL for an existing custom domain when a site is redeployed, so traffic routes to the new deployment.
Instructions
Change the origin/target URL for an existing domain.
Use this when the user redeploys their site to a new URL and wants the custom domain to point to the new location.
Args: provision_id: The provision_id of the domain to update new_origin_url: The new URL to route traffic to (e.g., "https://new-deploy.vercel.app")
Returns: status: Current domain status updated_at: Timestamp of the update
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| provision_id | Yes | ||
| new_origin_url | Yes |