GET
/
api
/
{projectId}
/
optimize
/
/
{jobId}
/
trial
/
{trialId}
/
end-trial
End EON tuner trial
curl --request GET \
  --url https://studio.edgeimpulse.com/v1/api/{projectId}/optimize//{jobId}/trial/{trialId}/end-trial \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "error": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

projectId
integer
required

Project ID

jobId
integer
required

Job ID

trialId
string
required

trial ID

Response

200 - application/json

OK

The response is of type object.