acltdtUnbindQueueRoutes

Applicability

Product

Supported

Atlas A3 training products/Atlas A3 inference products

Atlas A2 training products/Atlas A2 inference products

Atlas 200I/500 A2 inference products

Atlas inference products

Atlas training products

Description

Unbinds data queue routes.

Prototype

aclError acltdtUnbindQueueRoutes(acltdtQueueRouteList *qRouteList)

Parameters

Parameter

Input/Output

Description

qRouteList

Input/Output

Pointer to the route list. This API call returns the route unbinding result.

You can call acltdtQueryQueueRoutes to obtain the route list.

Returns

0 on success; else, failure. For details, see aclError.

This API returns a success message only when all routes in a queue are successfully unbound. If any route fails to be unbound, this API returns a failure message. To locate the failure, you can call acltdtGetQueueRoute to obtain each route from the route list, and call acltdtGetQueueRouteParam to query the binding status.