Skip to content

Instantly share code, notes, and snippets.

@cuevasclemente
Created February 26, 2016 16:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cuevasclemente/e6bbf08300a39aa9daa7 to your computer and use it in GitHub Desktop.
Save cuevasclemente/e6bbf08300a39aa9daa7 to your computer and use it in GitHub Desktop.
# Shutdown local node
$ curl -XPOST 'http://localhost:9200/_cluster/nodes/_local/_shutdown'
# Shutdown all nodes in the cluster
$ curl -XPOST 'http://localhost:9200/_shutdown'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment