Authorization: Bearer ********************{
"env_ids": [
"env_01JABCDEF1234567890"
],
"concurrency": 5
}curl --location 'http://local.zhongyibrowser.com:39025/api/v1/browsers/stop/batch' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"env_ids": [
"env_01JABCDEF1234567890"
],
"concurrency": 5
}'{
"code": 0,
"message": "success",
"data": {
"total": 0,
"success_count": 0,
"failed_count": 0,
"items": [
{
"env_id": "env_01JABCDEF1234567890",
"success": true,
"data": {
"status": "inactive"
}
}
]
}
}