Start or stop a grid

Start or stop a grid. The operation responds either synchronously with a 200 code, or asynchronously with 202. See Asynchronous operations for details.

Path Params
integer
required

Uniquely identifies each grid.

Body Params
string
enum
required

The grid action, either start, stop, proceed, or terminate. Specify start to deploy new cloud servers. You can stop to halt further deployment but leaves the current servers in place. Set proceed to stop deployment of additional servers but continue to check servers and start monitors. Or you can terminate to tear down all of the cloud servers.

Allowed:
Headers
string
required

All calls to this API require that you pass in the token you get from the Generate a token operation as an X-Auth-Token request header. See Get started for help to initially call the API.

Responses

stop or proceed actions.

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.

404

Not found. The requested object doesn't exist.

405

Not found. The requested object doesn't exist.

Language
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json