Special management endpoint to shutdown the node. Optionally provide a timeout parameter to indicate that the node should begin shutting down after a number of seconds.
const response = await fetch('https://algo.nownodes.io/v2/shutdown', { method: 'POST', headers: {}, }); const data = await response.json();