Previous page Get the training metrics  Check object classification (inference) Next page

On the page:


General info

Method

GET /IP address:port/<api_ver>/task/stop

DescriptionThe query is used to stop training for the specified task

Sample request

GET http://localhost:5000/v1.3/task/stop?task_id=4ac03f98bb214f476473f10a95282df440199de130d985828d6c0469b17cf1ee

where:

ParameterDescription
task_id

A unique identifier of the task (uid), which can be obtained using a task list query (see Get the list of tasks)

Sample response

{ "message": "Done" }

Response in case of error:

{ "error": "error description" }


  • No labels