Skip to main content

Restart

Endpoint: {{baseUrl}}/instance/restart​

Method: POST
Category: Instance


📝 Description​

This endpoint is used to restart. You must include a valid access_token in the headers.


🔐 Headers​

  • Authorization: Bearer {{access_token}}

📥 Request Parameters​

  • instance_id: required, type str

📦 Example Request Body​

{
"instance_id": "{{instanceId}}"
}