cURL
curl --request POST \ --url https://studio.edgeimpulse.com/v1/api/{projectId}/optimize/{tunerCoordinatorJobId} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "name": "<string>" }'
{ "success": true, "error": "<string>" }
Updates the EON tuner state for a specific run.
Project ID
Tuner coordinator job ID
OK
The response is of type object.
object