Either start, stop or terminate a results database. The start and terminate actions are asynchronous and return a 202. A stop command is synchronous and returns a 200. See Asynchronous operations for details. In order to interact with a result database you need the results database ID. See Get an object for more information.
Responses
202
The start or terminate action has been accepted, and is processing. This is an asynchronous process, 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.