Experiment Actions
Force Conclude Experiment
PUT
/
workspaces
/
{workspace_id}
/
experiments
/
{experiment_id}
/
force_conclude
Force Conclude Experiment
curl --request PUT \
--url https://{regionAndDomain}.com/api/app/workspaces/{workspace_id}/experiments/{experiment_id}/force_conclude \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"end_date": "<string>"
}
'{
"status": "<string>",
"results": {
"id": "<string>",
"name": "<string>",
"content_type": "<string>",
"description": "<string>",
"created": "<string>",
"creator_id": 123,
"creator_name": "<string>",
"creator_email": "<string>",
"modified": "<string>",
"deleted": "<string>",
"is_favorited": true,
"pinned_date": "<string>",
"tags": [
"<string>"
],
"last_modified_by_id": 123,
"last_modified_by_name": "<string>",
"last_modified_by_email": "<string>",
"can_view": true,
"can_update_basic": true,
"can_update_restricted": true,
"can_update_visibility": true,
"is_superadmin": true,
"allow_staff_override": true,
"can_share": true,
"is_shared_with_project": true,
"hypothesis": "<string>",
"variants": "<array>",
"metrics": "<array>",
"settings": {},
"exposures_cache": {},
"results_cache": {},
"start_date": "<string>",
"end_date": "<string>",
"feature_flag": {}
}
}Authorizations
Service Account
Body
application/json
Was this page helpful?
⌘I
Force Conclude Experiment
curl --request PUT \
--url https://{regionAndDomain}.com/api/app/workspaces/{workspace_id}/experiments/{experiment_id}/force_conclude \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"end_date": "<string>"
}
'{
"status": "<string>",
"results": {
"id": "<string>",
"name": "<string>",
"content_type": "<string>",
"description": "<string>",
"created": "<string>",
"creator_id": 123,
"creator_name": "<string>",
"creator_email": "<string>",
"modified": "<string>",
"deleted": "<string>",
"is_favorited": true,
"pinned_date": "<string>",
"tags": [
"<string>"
],
"last_modified_by_id": 123,
"last_modified_by_name": "<string>",
"last_modified_by_email": "<string>",
"can_view": true,
"can_update_basic": true,
"can_update_restricted": true,
"can_update_visibility": true,
"is_superadmin": true,
"allow_staff_override": true,
"can_share": true,
"is_shared_with_project": true,
"hypothesis": "<string>",
"variants": "<array>",
"metrics": "<array>",
"settings": {},
"exposures_cache": {},
"results_cache": {},
"start_date": "<string>",
"end_date": "<string>",
"feature_flag": {}
}
}