Skip to content

Reload routes from config

POST
/api/v1/replay/routes/reload

Reload route definitions from pipeline configuration files.

Successful Response

RoutesListResponse

Response model for listing available routes.

object
routes
required
Routes

Available routes for replay

Array<object>
RouteInfo

Information about an available route.

object
route
required
Route

Route name

string
queue
required
Queue

Inbound queue for the route

string
source
required
Source

Config file that defines the route

string
total
required
Total

Total number of routes

integer