Skip to main content
POST
/
api
/
v2
/
external
/
execution
/
image
/
complete
/
{execution_id}
Complete Container execution
curl --request POST \
  --url https://api.example.com/api/v2/external/execution/image/complete/{execution_id} \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Path Parameters

execution_id
string
required

Body

application/json

The body is of type Request · object.

Response

Successful Response