Path parameters
- id
string Required Identifier for the data frame analytics job. This identifier can contain lowercase alphanumeric characters (a-z and 0-9), hyphens, and underscores. It must start and end with alphanumeric characters.
Query parameters
- timeout
string Controls the amount of time to wait until the data frame analytics job starts.
Values are
-1
or0
.
POST /_ml/data_frame/analytics/{id}/_start
curl \
--request POST 'http://api.example.com/_ml/data_frame/analytics/{id}/_start' \
--header "Authorization: $API_KEY"