Changes the state of a runtime. Currently, it is only possible to start and to stop a runtime.
The “status” field can only contain “start” or “stop”.
When successful:
The platform returns the name of the runtime and the time that it was started.
On failure:
When the API call fails, the platform returns the reason of the failure and a stack trace of the failure.
When successful:
On failure:
status code | description | reason |
---|---|---|
503 |
Bad request | When a status other than “start” or “stop” is given, or when “start” is given when the runtime was already started. |