Spring Cloud Gateway · Capability
Spring Cloud Gateway Actuator API — Routes
Spring Cloud Gateway Actuator API — Routes. 6 operations. Lead operation: Refresh the Routes Cache. Self-contained Naftiko capability covering one Spring Cloud Gateway business surface.
What You Can Do
POST
Refreshroutes
— Refresh the Routes Cache
/v1/refresh
GET
Getroutes
— List All Gateway Routes
/v1/routes
POST
Createroute
— Create a New Route Definition
/v1/routes
GET
Getroute
— Get a Specific Route Definition
/v1/routes/{id}
PUT
Updateroute
— Update a Route Definition
/v1/routes/{id}
DELETE
Deleteroute
— Delete a Route Definition
/v1/routes/{id}
MCP Tools
refresh-routes-cache
Refresh the Routes Cache
list-all-gateway-routes
List All Gateway Routes
read-only
idempotent
create-new-route-definition
Create a New Route Definition
get-specific-route-definition
Get a Specific Route Definition
read-only
idempotent
update-route-definition
Update a Route Definition
idempotent
delete-route-definition
Delete a Route Definition
idempotent