v1

latestSwagger 2.02026-07-175684145.0 KB
Exec

Start an exec instance

Starts a previously set up exec instance. If detach is true, this endpoint returns immediately after starting the command. Otherwise, it sets up an interactive session with the command.

post/exec/{id}/start

Path parameters

idstring required

Exec instance ID

Request body

Detachboolean

ExecStart will first check if it's detached

Ttyboolean

Check if there's a tty

Example request

{
  "Detach": false,
  "Tty": false
}

Response

No error