v48

latestOpenAPI 3.0.0raw.githubusercontent.com2025-12-0297180624.8 KB
Box

Terminate box

Terminate a running box. This action will stop the box and release its resources.

post/boxes/{boxId}/terminate

Path parameters

boxIdstring required
Example:c9bdc193-b54b-4ddb-a035-5ac0c598d32d

Box ID

Request body

waitboolean

Wait for the box operation to be completed, default is true

Example request

{
  "wait": true
}

Response

terminate box success