Check existence of index templates

HEAD /_template/{name}

Returns information about whether a particular index template exists.

Path parameters

  • name string | array[string] Required

    The comma separated names of the index templates

Query parameters

  • Return settings in flat format (default: false)

  • local boolean

    Return local information, do not retrieve the state from master node (default: false)

  • Explicit operation timeout for connection to master node

Responses

HEAD /_template/{name}
curl \
 -X HEAD http://api.example.com/_template/{name}