Update execution status
curl --request POST \
--url https://odyssey.asteroid.ai/agents/v2/executions/{executionId}/status \
--header 'Content-Type: application/json' \
--header 'X-Asteroid-Agents-Api-Key: <api-key>' \
--data '{}'"Execution status updated."Execution
Update execution status
Update the status of an execution. Use this to pause, resume, or cancel an execution.
POST
/
executions
/
{executionId}
/
status
Update execution status
curl --request POST \
--url https://odyssey.asteroid.ai/agents/v2/executions/{executionId}/status \
--header 'Content-Type: application/json' \
--header 'X-Asteroid-Agents-Api-Key: <api-key>' \
--data '{}'"Execution status updated."Authorizations
Path Parameters
The unique identifier of the execution
Body
application/json
The status update request
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. ⌘I

