WebApp
Web Apps
Restart an application's server process.
This function restarts an application's server process.
Important:
This function only applies to applications in the server category. Calling it on a static application fails with the invalid_category error category.
get/WebApp/restart
Query parameters
namestring required
Example:my-app
The application's unique name (slug).
Response
HTTP Request was successful.
Example response
{
"apiversion": 3,
"func": "restart",
"module": "WebApp",
"result": {
"data": {
"status": "running"
},
"status": 1
}
}