Instance Reload
GET/instance/reload/:instanceName
Instance Reload
Request
Path Parameters
instanceName stringrequired
Reload to your instance.
Example: codechat
Responses
- 200
Successful response
- application/json
- Schema
- Example (from schema)
Schema
instance string
state string
statusReason string
{
"instance": "string",
"state": "string",
"statusReason": "string"
}
Loading...