Start or stop a grid. The operation responds either synchronously with a 200 code, or asynchronously with 202. See Asynchronous operations for details.
Responses
202
The action has been accepted and is processing. This code is returned for start and terminate actions. This is an asynchronous operation, see Asynchronous operations.
400
Bad request. The URL or JSON request object is invalid.
401
Unauthorized. The security token is missing or invalid. See Get started for help initially running the API.