Method | GET /IP address:port/<api_ver>/task/stop |
Description | The query is used to stop training for the specified task |
GET http://localhost:5000/v1.3/task/stop?task_id=4ac03f98bb214f476473f10a95282df440199de130d985828d6c0469b17cf1ee
where:
Parameter | Description |
---|---|
task_id | A unique identifier of the task (uid), which can be obtained using a task list query (see Get the list of tasks) |
{ "message": "Done" }
Response in case of error:
{ "error": "error description" }