Skip to main content
PUT
/
account
/
instances
/
{id}
/
restart
Restart instance
curl --request PUT \
  --url https://wsapi.chat/account/instances/{id}/restart \
  --header 'X-Api-Key: <api-key>'
{
  "status": 400,
  "detail": "invalid request body"
}

Authorizations

X-Api-Key
string
header
required

Customer API key. Only the customer-level key is accepted for /account/* endpoints. No X-Instance-Id header is required.

Path Parameters

id
string
required

Response

Instance restarted