Resize an exec instance Run in API Explorer
Resize the TTY session used by an exec instance. This endpoint only works
if tty
was specified as part of creating and starting the exec instance.
POST
/exec/{id}/resize
curl \
--request POST 'http://api.example.com/v1.44/exec/{id}/resize'
Response examples (400)
{
"message": "Something went wrong."
}
Response examples (400)
{
"message": "Something went wrong."
}
Response examples (404)
{
"message": "Something went wrong."
}
Response examples (404)
{
"message": "Something went wrong."
}
Response examples (500)
{
"message": "Something went wrong."
}
Response examples (500)
{
"message": "Something went wrong."
}