Previous page Next page

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

On the page:


General info

Method

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

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