Skip to content

Instantly share code, notes, and snippets.

Created March 4, 2013 11:02
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 anonymous/5904b6fb4cdb43a312f2 to your computer and use it in GitHub Desktop.
Save anonymous/5904b6fb4cdb43a312f2 to your computer and use it in GitHub Desktop.
client.rebootServer({server:'i-myServerId'}, function(err, cb){
if(err){
console.log('error on rebooting the server:'+ err);
}else{
console.log('answer:'+cb);
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment