Skip to content
AdlyseMCP Docs
Product guideMCP reference
⌘K
Open Adlyse
⌘K
Overview
QuickstartAuthentication
adlyse-insights
adlyse-reports
adlyse-ads
list_campaignsget_performancelist_adsget_ad_performancelist_change_eventsupdate_campaign_statusupdate_campaign_budget
adlyse-workflows
adlyse-adminadlyse-all
  1. Overview
  2. adlyse-ads

stop_experiment

Stop an experiment before conclusion — irreversible: arms are paused, the source entity is restored, and the stop is recorded in the decision log (and on any linked strategy initiative).

Requires a user-bound credential (OAuth login or a personal API key). Organization API keys get error_type: "user_credential_required".

Parameters#

NameTypeRequiredDescription
experiment_idstringyesThe experiment id
detailstringnoHuman note recorded as the stop reason

Returns#

json
{
  "success": true,
  "experiment": { "id": "exp_abc123", "status": "stopped", "stopped_reason": "user" },
  "source": "adlyse.experiments@v1"
}

Errors#

error_typeWhen
auth_errorMissing / invalid credential
user_credential_requiredCalled with an organization API key
not_foundNo experiment with that id in your org
invalid_stateThe experiment already completed/stopped/failed