stopAgent method

Future<void> stopAgent(
  1. String id
)

Stops the node agent — not the machine.

Implementation

Future<void> stopAgent(String id) async => post('/nodes/$id/shutdown');