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