POST
/
v0
/
router
/
deploy

Deploys a trained router to a live endpoint.

To use this router, replace the model in the endpoint string with the router name. E.g. you can use a router named test_router by calling the router_test_router@q:1 endpoint.

Authorizations

Authorization
string
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

name
string
required

Name of the router to deploy.