Skip to main content
POST
Update execution status

Authorizations

X-Asteroid-Agents-Api-Key
string
header
required

Path Parameters

executionId
string<uuid>
required

The unique identifier of the execution

Body

application/json

The status update request

status
enum<string>
required

The new status to set for the execution

Available options:
running,
paused,
cancelled

Response

The request has succeeded.

The response is of type enum<string>.

Available options:
Execution status updated.