setInstanceState
Testing Env
https://{{host}}:8092
Testing Env
https://{{host}}:8092
POST
/json-rpc/instance/state
WebsocketHTTP/S
You can start & stop instances. Before selecting an instance, you should first get information about the available instances via serverinfo.
Request Request Example
Shell
JavaScript
Java
Swift
cURL
curl --location -g --request POST 'https://localhost:8092/json-rpc/instance/state' \
--header 'Content-Type: application/json' \
--data-raw '{
"command": "instance",
"subcommand": "startInstance",
"instance": 1,
"tan": 4711
}'
Response Response Example
Success
{
"command": "instance-startInstance",
"success": true,
"tan": 4711
}
Request
Body Params application/json