cURL
curl --request POST \ --url http://localhost:3001/api/v1/terminal/{taskId}/resize \ --header 'Content-Type: application/json' \ --cookie nut-session= \ --data ' { "sessionId": "<string>", "cols": 123, "rows": 123 } '
{ "success": true }
Resize a terminal session
Session cookie authentication
Task ID the session belongs to
Terminal session ID to resize
New column count
New row count
Terminal resized