update-route
Update a Bult route configuration with new service target, port, custom domain, and path.
Instructions
Update a Bult route configuration, including public URL path, custom domain, service target, and exposed port.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| route_id | Yes | The route ID | |
| service_id | Yes | The service ID to route traffic to | |
| domain | No | Custom domain | |
| path | No | URL path prefix | |
| port | Yes | Port number (1-65535) |