experiment_manage
Manage pipeline runs by listing, creating, starting, pausing, resuming, retrying, or killing experiments. Track costs, steps, and share results within FleetQ's AI agent platform.
Instructions
Manage experiments (pipeline runs). Actions: list, get (experiment_id), create (name, hypothesis, workflow_id), start (experiment_id), pause, resume, retry, retry_from_step (experiment_id, step_id), kill, valid_transitions (experiment_id), cost (experiment_id), steps (experiment_id), share (experiment_id).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform: list, get, create, start, pause, resume, retry, retry_from_step, kill, valid_transitions, cost, steps, share | |
| status | No | Filter by status: draft, scoring, planning, building, executing, completed, killed, paused, etc. | |
| limit | No | Max results to return (default 10, max 100) | |
| experiment_id | Yes | The experiment UUID | |
| title | Yes | Experiment title | |
| thesis | No | Experiment thesis/hypothesis | |
| track | No | Experiment track: growth, retention, revenue, engagement (default: growth) | growth |
| budget_cap_credits | No | Budget cap in credits (default: 10000) | |
| step_id | Yes | The playbook step UUID to retry from | |
| reason | No | Reason for killing the experiment | |
| show_costs | No | Whether to show cost data in the public view (for update action) | |
| show_stages | No | Whether to show pipeline stages in the public view (for update action) | |
| show_outputs | No | Whether to show stage outputs in the public view (for update action) | |
| expires_at | No | ISO8601 expiry datetime after which the share link is invalid. Pass null to remove expiry. (for update action) |