latestOpenAPI 3.1.02026-08-19270462702.4 KB

b92f75fd3b61

experiments

Cancel an Experiment

Idempotently cancel visible work as an Owner/Admin.

Args: experiment_id: Experiment identifier. auth: Authenticated caller.

Returns: Cancelled metadata.

post/experiments/{experiment_id}/cancel

Path parameters

experiment_idstring uuid required

Response

Successful Response

idstring required
project_idstring required
project_version_idstring nullable required
team_idstring required
session_idstring nullable

Creator-only transcript session identifier.

created_bystring required
titlestring nullable required
mode'mle_agent' | 'auto_agent' required

Which agent drives an Experiment's conversation (EDD section 0.2).

stage'scoping' | 'preparing_data' | 'training' | 'evaluating' | 'complete' | 'blocked' | 'cancelled' required

Agent-owned workflow stage of an Experiment (EDD section 0.2).

mode_locked_atstring date-time nullable required
last_activity_atstring date-time required
completed_atstring date-time nullable required
cancelled_atstring date-time nullable required
created_atstring date-time required
updated_atstring date-time required