Get machine learning information Generally available; Added in 6.3.0

GET /_ml/info

Get defaults and limits used by machine learning. This endpoint is designed to be used by a user interface that needs to fully understand machine learning configurations where some options are not specified, meaning that the defaults should be used. This endpoint may be used to find out what those defaults are. It also provides information about the maximum size of machine learning jobs that could run in the current cluster configuration.

Required authorization

  • Cluster privileges: monitor_ml

Responses

GET /_ml/info
GET _ml/info
curl \
 --request GET 'http://api.example.com/_ml/info' \
 --header "Authorization: $API_KEY"